[缺少 "P:Store.Domain.Entities.Sys.SysUser.Password" 的 <summary> 文档]
public string Password { get; set; }
Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set