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