SPProviderHierarchyElement.Count property
Gets or sets the total number of picker entities contained inside this element and all its child elements.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "Ct")> _
Public Property Count As Integer
Get
Set
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As Integer
value = instance.Count
instance.Count = value
[DataMemberAttribute(Name = "Ct")]
public int Count { get; set; }
Property value
Type: System.Int32
A value that contains the total number of picker entities contained inside this element and all its child elements.
See also
Reference
SPProviderHierarchyElement class