Share via


AreaGroupCollection.Count Property

NOTE: This API is now obsolete.

Gets the number of area groups.

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 Integer
    Get
'Usage
Dim instance As AreaGroupCollection
Dim value As Integer

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

Property Value

Type: System.Int32
Int32 that represents the number of area groups.

See Also

Reference

AreaGroupCollection Class

AreaGroupCollection Members

Microsoft.SharePoint.Portal.SiteData Namespace