User.SecurityPrivilege Property

 

Gets or sets the list of security privileges.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges SecurityPrivilege { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property SecurityPrivileges^ SecurityPrivilege {
    SecurityPrivileges^ get();
    internal: void set(SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SecurityPrivilege : SecurityPrivileges with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property SecurityPrivilege As SecurityPrivileges
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges

The list of security privileges.

See Also

User Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top