WebPartPersonalization.EnterSharedScopeUserCapability Field

Definition

Represents the WebPartUserCapability instance of a user's authorization to enter Shared scope.

public: static initonly System::Web::UI::WebControls::WebParts::WebPartUserCapability ^ EnterSharedScopeUserCapability;
public static readonly System.Web.UI.WebControls.WebParts.WebPartUserCapability EnterSharedScopeUserCapability;
 staticval mutable EnterSharedScopeUserCapability : System.Web.UI.WebControls.WebParts.WebPartUserCapability
Public Shared ReadOnly EnterSharedScopeUserCapability As WebPartUserCapability 

Field Value

Remarks

The user right is represented by the string "enterSharedScope" in the WebPartUserCapability instance.

Applies to

See also