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