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