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