Partager via


AreaGroupCollection.Item, propriété (Microsoft.SharePoint.Portal.SiteData)

Gets an area group of the collection by indexer of type Integer.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AreaGroup
'Utilisation
Dim instance As AreaGroupCollection
Dim index As Integer
Dim value As AreaGroup

value = instance(index)
public AreaGroup this [
    int index
] { get; }

Paramètres

  • index
    Int32 that represents the indexer to get an area group.

Valeur de la propriété

The AreaGroup object that is the area group of this collection.

Voir aussi

Référence

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