IAuthorityServiceItem Property |
索引
Namespace: X3Platform.Security.Authority.IBLLAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxAuthorityInfo this[
string name
] { get; }
property AuthorityInfo^ default[String^ name] {
AuthorityInfo^ get (String^ name);
}
Parameters
- name
- Type: SystemString
权限名称
Return Value
Type:
AuthorityInfo
See Also