Compartilhar via


PolicyFeature.GlobalCustomData Property

Gets or sets the default settings for any server farm-level settings for this policy feature.

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

Syntax

'Declaration
Public Property GlobalCustomData As String
    Get
    Set
'Usage
Dim instance As PolicyFeature
Dim value As String

value = instance.GlobalCustomData

instance.GlobalCustomData = value
public string GlobalCustomData { get; set; }

Property Value

Type: System.String
A string that represents the default settings for any server farm-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 GlobalConfigPage property. Microsoft SharePoint Server 2010 does not parse or use this data.

For more information about global custom settings controls, see Policy Feature Definitions in SharePoint Server 2010 (ECM).

See Also

Reference

PolicyFeature Class

PolicyFeature Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace