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