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