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