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