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