PolicyItem.CustomData Property
Gets or sets any custom information the policy feature requires for operation.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property CustomData As String
Get
Set
'Usage
Dim instance As PolicyItem
Dim value As String
value = instance.CustomData
instance.CustomData = value
public string CustomData { get; set; }
Property Value
Type: System.String
A string that represents any custom information the policy feature requires for operation.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace