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