Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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