SPGlobalConfig.AdminGroup property

NOTE: This API is now obsolete.

Obsolete. Gets or sets the name of a SharePoint administrator group account.

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

Property value

Type: System.String
A string that contains a Microsoft Windows NT security group account name in the form Domain \ Name.

See also

Reference

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace