[NotNullAttribute]
public string Alias { get; set; }<NotNullAttribute>
Public Property Alias As String
Get
Setpublic:
[NotNullAttribute]
property String^ Alias {
String^ get ();
void set (String^ value);
}[<NotNullAttribute>]
member Alias : string with get, set