DataFormWebPart.IsPrivilegedUser property
Gets the value of the IsPrivilegedUser property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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