AreaCollection.Count Property
NOTE: This API is now obsolete.
Gets the number of areas 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 AreaCollection
Dim value As UInteger
value = instance.Count
[ObsoleteAttribute("This class is obsolete.")]
public uint Count { get; }
Property Value
Type: System.UInt32
Int32 that represents the number of areas in the collection.