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

ICollection<T>.Count

See also

Reference

ClientWebPartPropertyCollection class

ClientWebPartPropertyCollection members

Microsoft.SharePoint.WebPartPages namespace