PropertyDictionary.Count Property

Definition

Gets the count of items in the property dictionary.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An integer that represents the number of items in the property dictionary.

Implements

Applies to