Share via


PolicyResource.GlobalConfigPage property

Gets the URL to a Web control that is used to customize this policy resource at the server farm level.

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

Syntax

'Declaration
Public ReadOnly Property GlobalConfigPage As String
    Get
'Usage
Dim instance As PolicyResource
Dim value As String

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

Property value

Type: System.String
A string that represents the URL of the Web control.

Remarks

This Web control is hosted within Microsoft Office SharePoint Server 2007 on the policy resource administration page, and enables the server farm administrator to set server farm-level settings for this resource. This URL must be server-relative.

If you do not specify a global custom settings control, administrators do not have the ability to overwrite or edit the default global data specified for the policy resource in the GlobalCustomData property, and therefore lack the ability to customize the policy resource at the administrator level.

For more information, see Policy Resource Overview.

See also

Reference

PolicyResource class

PolicyResource members

Microsoft.Office.RecordsManagement.InformationPolicy namespace