public ProfileProperty? Profile { get; set; }Public Property Profile As ProfileProperty
Get
Setpublic:
property ProfileProperty^ Profile {
ProfileProperty^ get ();
void set (ProfileProperty^ value);
}member Profile : ProfileProperty with get, set