SPGlobalConfig.GlobalAdmin property

NOTE: This API is now obsolete.

Obsolete. Gets a global administration object that provides access to administrative settings in the SharePoint Foundation deployment.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public ReadOnly Property GlobalAdmin As SPGlobalAdmin
    Get
'Usage
Dim instance As SPGlobalConfig
Dim value As SPGlobalAdmin

value = instance.GlobalAdmin
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public SPGlobalAdmin GlobalAdmin { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPGlobalAdmin
An SPGlobalAdmin object that represents the administrative settings.

See also

Reference

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace