ISubscriptionBaseUIUserControl.IsPrivilegedUser Property

Definition

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

public:
 property bool IsPrivilegedUser {  void set(bool value); };
public bool IsPrivilegedUser { set; }
member this.IsPrivilegedUser : bool
Public Property IsPrivilegedUser As Boolean

Property Value

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.

Applies to