Privilege 属性
Gets or sets the security privileges.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Privilege As SecurityPrivileges
Get
Set
用法
Dim instance As SecuritySet
Dim value As SecurityPrivileges
value = instance.Privilege
instance.Privilege = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges Privilege { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ Privilege {
SecurityPrivileges^ get ();
void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Privilege : SecurityPrivileges with get, set
function get Privilege () : SecurityPrivileges
function set Privilege (value : SecurityPrivileges)
属性值
类型:Microsoft.MasterDataServices. . :: . .SecurityPrivileges
A new instance of type SecurityPrivileges.