Partager via


AreaGroupCollection.GetGroupByID, méthode (Microsoft.SharePoint.Portal.SiteData)

Gets an area group by identifier.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function GetGroupByID ( _
    GroupID As Integer _
) As AreaGroup
'Utilisation
Dim instance As AreaGroupCollection
Dim GroupID As Integer
Dim returnValue As AreaGroup

returnValue = instance.GetGroupByID(GroupID)
public AreaGroup GetGroupByID (
    int GroupID
)

Paramètres

  • GroupID
    The identifier of the area group.

Valeur de retour

An AreaGroup object that represents the area group that is selected.

Voir aussi

Référence

AreaGroupCollection, classe
Membres AreaGroupCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms