Partager via


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

Gets an area by indexer of type Name.

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 String _
) As Area
'Utilisation
Dim instance As AreaCollection
Dim index As String
Dim value As Area

value = instance(index)
public Area this [
    string index
] { get; }

Paramètres

  • index
    String that represents the indexer of type Name.

Valeur de la propriété

An Area object that represents the area.

Voir aussi

Référence

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