DataFormWebPart.IsPrivilegedUser Property
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