MembershipBaseObjectDeniedApplicationPrivilegeIds Property

Gets the IDs of standard privileges denied to the account or group.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ISet<Guid> DeniedApplicationPrivilegeIds { get; }

Property Value

Type: ISetGuid
The list of privilege IDs.
See Also