AreaListingCollectionEnumerator.Current Property
NOTE: This API is now obsolete.
Gets the current AreaListingCollection object.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Current As Object
Get
'Usage
Dim instance As AreaListingCollectionEnumerator
Dim value As Object
value = instance.Current
[ObsoleteAttribute("This class is obsolete.")]
public Object Current { get; }
Property Value
Type: System.Object
object that represents the current AreaListingCollection object.
Implements
See Also
Reference
AreaListingCollectionEnumerator Class