SharePointPermission.Impersonate Property
Namespace: Microsoft.SharePoint.Security
Assembly: Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)
Syntax
'Declaration
Public Property Impersonate As Boolean
Get
Set
'Usage
Dim instance As SharePointPermission
Dim value As Boolean
value = instance.Impersonate
instance.Impersonate = value
public bool Impersonate { get; set; }
Property Value
Type: System.Boolean