GroupCollection.GetByName 方法
按照群組名稱從集合傳回跨網站群組。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function GetByName ( _
name As String _
) As Group
'用途
Dim instance As GroupCollection
Dim name As String
Dim returnValue As Group
returnValue = instance.GetByName(name)
public Group GetByName(
string name
)
參數
name
類型:System.String群組的名稱。
傳回值
類型:Microsoft.SharePoint.Client.Group
代表群組的SPGroup物件。
備註
name參數值會對應到包含Microsoft.SharePoint.SPMember類別中的 [跨網站] 群組的群組名稱。