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