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