GlobalCustomSettingsControl.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 GlobalCustomSettingsControl
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
GlobalCustomSettingsControl Class
GlobalCustomSettingsControl Members
Microsoft.Office.RecordsManagement.InformationPolicy Namespace