Share via


AreaGroupCollection.Item Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AreaGroup
    Get
'Usage
Dim instance As AreaGroupCollection
Dim index As Integer
Dim value As AreaGroup

value = instance(index)
[ObsoleteAttribute("This class is obsolete.")]
public AreaGroup this[
    int index
] { get; }

Parameters

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

Property Value

Type: Microsoft.SharePoint.Portal.SiteData.AreaGroup
The AreaGroup object that is the area group of this collection.

See Also

Reference

AreaGroupCollection Class

AreaGroupCollection Members

Microsoft.SharePoint.Portal.SiteData Namespace