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)
Available in Sandboxed Solutions: No

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