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
- Group
Type: Microsoft.SharePoint.Portal.SiteData.AreaGroup
The area group.
Return Value
Type: System.Int32
Int32 that represents the index of the area group.