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