PropertyInfo.AllowPolicyOverride Property
Gets or sets a Boolean value that specifies whether the property allows a user to override the policy.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property AllowPolicyOverride As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.AllowPolicyOverride
instance.AllowPolicyOverride = value
public bool AllowPolicyOverride { get; set; }
Property Value
Type: System.Boolean
If the property allows a user to override the policy, true; otherwise, false.