[CanBeNullAttribute]
public string TabCaption { get; set; }<CanBeNullAttribute>
Public Property TabCaption As String
Get
Setpublic:
[CanBeNullAttribute]
property String^ TabCaption {
String^ get ();
void set (String^ value);
}[<CanBeNullAttribute>]
member TabCaption : string with get, set