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