Click or drag to resize
AkQueryGetPrivilegeState Method
获取权限控制的状态。

如果权限控制状态为true、则获取并合并类型权限表达式。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public bool GetPrivilegeState()

Return Value

Type: Boolean
true表示启用了权限控制,false表示禁用了权限控制。
See Also