| Role_obj_privFind Method (String, Object) |
查找私有数据权限。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static Role_obj_priv Find(
string propName,
Object propValue
)
Parameters
- propName
- Type: SystemString
属性名称。 - propValue
- Type: SystemObject
查找值。
Return Value
Type:
Role_obj_priv查找到的私有数据权限,如果未查找到则为 null。
See Also