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