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