Share via


PolicyFeature.DefaultCustomData property

Gets the default values for any policy instance-level settings for this policy feature.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultCustomData As String
    Get
'Usage
Dim instance As PolicyFeature
Dim value As String

value = instance.DefaultCustomData
public string DefaultCustomData { get; }

Property value

Type: System.String
A string that represents the default values for any policy instance-level settings for this policy feature.

Remarks

This property can contain any valid XML, as long as it can be parsed by the custom settings controls specified by the ConfigPage property. Microsoft SharePoint Server 2010 does not parse or use this data.

For more information about custom settings controls, see Policy Feature Definitions.

See also

Reference

PolicyFeature class

PolicyFeature members

Microsoft.Office.RecordsManagement.InformationPolicy namespace