BaseXsltDataWebPart.IsPrivilegedUser Property

Gets a value that indicates whether the user has special privileges on the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public MustOverride ReadOnly Property IsPrivilegedUser As Boolean
    Get
'Usage
Dim instance As BaseXsltDataWebPart
Dim value As Boolean

value = instance.IsPrivilegedUser
public abstract bool IsPrivilegedUser { get; }

Property Value

Type: System.Boolean
true if the user has special privileges on the Web Part; otherwise, false.

See Also

Reference

BaseXsltDataWebPart Class

BaseXsltDataWebPart Members

Microsoft.SharePoint.WebPartPages Namespace