[NotNullAttribute]
public abstract string Text { get; }<NotNullAttribute>
Public MustOverride ReadOnly Property Text As String
Getpublic:
[NotNullAttribute]
virtual property String^ Text {
String^ get () abstract;
}[<NotNullAttribute>]
abstract Text : string with get