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