ViewDisabledApplicationPrivileges 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.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<Guid> DisabledApplicationPrivileges { get; }Public ReadOnly Property DisabledApplicationPrivileges As IList(Of Guid)
	Get
public:
property IList<Guid>^ DisabledApplicationPrivileges {
	IList<Guid>^ get ();
}member DisabledApplicationPrivileges : IList<Guid> with get
Property Value
Type: 
IListGuid
            The disabled application privileges.
            
See Also