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