CustomSettingsControl.CustomData property
Gets or sets the custom data sent from the control to the policy.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public MustOverride Property CustomData As String
Get
Set
'Usage
Dim instance As CustomSettingsControl
Dim value As String
value = instance.CustomData
instance.CustomData = value
public abstract string CustomData { get; set; }
Property value
Type: System.String
A string containing custom data.
See also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy namespace