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