Freigeben über


SPGlobalConfig.GlobalAdmin-Eigenschaft

HINWEIS: Diese API ist veraltet.

Veraltet. Ruft ein globales Administration-Objekt, das Zugriff auf administrative Einstellungen in der Bereitstellung SharePoint Foundation bietet.

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; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Administration.SPGlobalAdmin
Ein SPGlobalAdmin -Objekt, das die Einstellungen für die darstellt.

Siehe auch

Referenz

SPGlobalConfig Klasse

SPGlobalConfig-Member

Microsoft.SharePoint.Administration-Namespace