Freigeben über


ISubscriptionBaseUIUserControl.IsPrivilegedUser-Eigenschaft

Indicates whether the user is allowed access to all the functionality of the extension.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
WriteOnly Property IsPrivilegedUser As Boolean 
    Set
'Usage
Dim instance As ISubscriptionBaseUIUserControl 
Dim value As Boolean

instance.IsPrivilegedUser = value
bool IsPrivilegedUser { set; }
property bool IsPrivilegedUser {
    void set (bool value);
}
abstract IsPrivilegedUser : bool with get, set
function set IsPrivilegedUser (value : boolean)

Eigenschaftswert

Typ: System.Boolean
A Boolean that indicates whether the user is allowed access to all the functionality of the extension. When set to false, the extension prevents the user from accessing functionality as defined by the extension. The default value is false.

Siehe auch

Verweis

ISubscriptionBaseUIUserControl Schnittstelle

Microsoft.ReportingServices.Interfaces-Namespace