VTime Zone CollectionItem(Int 32) Property
Collection indexer
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The entry at the requested position
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VTimeZone this[
int index
] { get; set; }VB
Public Default Property Item (
index As Integer
) As VTimeZone
Get
SetC++
public:
virtual property VTimeZone^ default[int index] {
VTimeZone^ get (int index) sealed;
void set (int index, VTimeZone^ value) sealed;
}F#
abstract Item : VTimeZone with get, set
override Item : VTimeZone with get, setParameters
- index Int32
- The item to get or set
Return Value
VTimeZoneThe entry at the requested position