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