ViewDataDisabledApplicationPrivileges Property |
Gets the disabled application privileges. This is a list of each application privilege ID which should be disabled regardless of the user's application-wide privilege.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "disabledApplicationPrivileges", EmitDefaultValue = true)]
public IList<Guid> DisabledApplicationPrivileges { get; }
<DataMemberAttribute(Name := "disabledApplicationPrivileges", EmitDefaultValue := true)>
Public ReadOnly Property DisabledApplicationPrivileges As IList(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"disabledApplicationPrivileges", EmitDefaultValue = true)]
property IList<Guid>^ DisabledApplicationPrivileges {
IList<Guid>^ get ();
}
[<DataMemberAttribute(Name = "disabledApplicationPrivileges", EmitDefaultValue = true)>]
member DisabledApplicationPrivileges : IList<Guid> with get
Property Value
Type:
IListGuid
The disabled application privileges.
See Also