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; }
Public ReadOnly Property DeniedApplicationPrivilegeIds As ISet(Of Guid)
Get
public:
property ISet<Guid>^ DeniedApplicationPrivilegeIds {
ISet<Guid>^ get ();
}
member DeniedApplicationPrivilegeIds : ISet<Guid> with get
Property Value
Type:
ISetGuidThe list of privilege IDs.
See Also