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