Share via


AreaGroupCollection.IndexOf Method

NOTE: This API is now obsolete.

Gets the index of the area group.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function IndexOf ( _
    Group As AreaGroup _
) As Integer
'Usage
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
Dim returnValue As Integer

returnValue = instance.IndexOf(Group)
[ObsoleteAttribute("This class is obsolete.")]
public int IndexOf(
    AreaGroup Group
)

Parameters

Return Value

Type: System.Int32
Int32 that represents the index of the area group.

See Also

Reference

AreaGroupCollection Class

AreaGroupCollection Members

Microsoft.SharePoint.Portal.SiteData Namespace