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