AreaGroupCollectionEnumerator Class

NOTE: This API is now obsolete.

Returns an enumerator for the Area objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.SiteData.AreaGroupCollectionEnumerator

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class AreaGroupCollectionEnumerator _
    Implements IEnumerator
'Usage
Dim instance As AreaGroupCollectionEnumerator
[ObsoleteAttribute("This class is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class AreaGroupCollectionEnumerator : IEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AreaGroupCollectionEnumerator Members

Microsoft.SharePoint.Portal.SiteData Namespace