Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the IsPrivilegedUser property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property IsPrivilegedUser As Boolean
Get
'Usage
Dim instance As DataFormWebPart
Dim value As Boolean
value = instance.IsPrivilegedUser
public override bool IsPrivilegedUser { get; }
Property Value
Type: System.Boolean