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