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