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