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