SPPolicyBinding.IsExempt property
Namespace: Microsoft.SharePoint.Client.CompliancePolicy
Assembly: Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)
Syntax
'Declaration
Public Property IsExempt As Boolean
Get
Set
'Usage
Dim instance As SPPolicyBinding
Dim value As Boolean
value = instance.IsExempt
instance.IsExempt = value
public bool IsExempt { get; set; }
Property value
Type: System.Boolean