Share via


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