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