[NotNullAttribute]
public string Name { get; set; }<NotNullAttribute>
Public Property Name As String
Get
Setpublic:
[NotNullAttribute]
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}[<NotNullAttribute>]
abstract Name : string with get, set
[<NotNullAttribute>]
override Name : string with get, set