VTime Zone CollectionCount Property
Return the number of items in the collection
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int Count { get; }VB
Public ReadOnly Property Count As Integer
GetC++
public:
virtual property int Count {
int get () sealed;
}F#
abstract Count : int with get
override Count : int with get