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 in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace