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