Partager via


IsPrivilegedUser propriété

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
WriteOnly Property IsPrivilegedUser As Boolean
    Set
'Utilisation
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)

Valeur de la propriété

Type : 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.