Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Privilege As SecurityPrivileges
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.SecurityPrivileges
A new instance of type SecurityPrivileges.