AreaListingCollection.Count Property

NOTE: This API is now obsolete.

Gets the number of area listings in the collection.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Count As UInteger
    Get
'Usage
Dim instance As AreaListingCollection
Dim value As UInteger

value = instance.Count
[ObsoleteAttribute("This class is obsolete.")]
public uint Count { get; }

Property Value

Type: System.UInt32
Int32 that is the number of area listings in the collection.

See Also

Reference

AreaListingCollection Class

AreaListingCollection Members

Microsoft.SharePoint.Portal.SiteData Namespace