ListPolicySettings.UseListPolicy Property
Gets or sets whether the list should follow location-based policy.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property UseListPolicy As Boolean
Get
Set
'Usage
Dim instance As ListPolicySettings
Dim value As Boolean
value = instance.UseListPolicy
instance.UseListPolicy = value
public bool UseListPolicy { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace