public string GroupCaption { get; set; }
Public Property GroupCaption As String
Get
Set
public:
virtual property String^ GroupCaption {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract GroupCaption : string with get, set
override GroupCaption : string with get, set