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)
Available in Sandboxed Solutions: No

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

SPProviderHierarchyElement Members

Microsoft.SharePoint.WebControls Namespace