Freigeben über


SPGlobalConfig.AdminGroup-Eigenschaft

HINWEIS: Diese API ist veraltet.

Veraltet. Dient zum Abrufen oder Festlegen des Namens der SharePoint-Administrator Gruppenkonto.

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 Property AdminGroup As String
    Get
    Set
'Usage
Dim instance As SPGlobalConfig
Dim value As String

value = instance.AdminGroup

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

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge, die ein Microsoft Windows NT Security Group Kontoname im Format Domäne enthält \ Name.

Siehe auch

Referenz

SPGlobalConfig Klasse

SPGlobalConfig-Member

Microsoft.SharePoint.Administration-Namespace