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