Share via


PolicyResource.GlobalCustomData property

Gets the default settings for any server farm-level settings for this policy resource.

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 PolicyResource
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.

Remarks

This element can contain any valid XML that can be parsed by the custom settings controls specified by the GlobalConfigPage property. Microsoft Office SharePoint Server 2007 does not parse or use this data.

For more information, see Policy Resource Overview.

See also

Reference

PolicyResource class

PolicyResource members

Microsoft.Office.RecordsManagement.InformationPolicy namespace