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