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