ClientWebPartPropertyCollection.ICollection.Count property
Count
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property Count As Integer
Implements ICollection.Count
Get
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim value As Integer
value = CType(instance, ICollection).Count
intICollection.Count { get; }
Property value
Type: System.Int32
Implements
See also
Reference
ClientWebPartPropertyCollection class