SPGlobalConfig.AdminGroup property
NOTE: This API is now obsolete.
已過時。取得或設定的群組帳戶,SharePoint 管理員的名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", _
False)> _
Public Property AdminGroup As String
Get
Set
'用途
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
字串,其中含有 Microsoft Windows NT 安全性群組帳戶名稱,格式為網域\名稱。