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