VTimeZoneCollectionItem(Int32) Property
Collection indexer
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VTimeZone this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As VTimeZone
Get
Set
public:
virtual property VTimeZone^ default[int index] {
VTimeZone^ get (int index) sealed;
void set (int index, VTimeZone^ value) sealed;
}
abstract Item : VTimeZone with get, set
override Item : VTimeZone with get, set
- index Int32
- The item to get or set
VTimeZoneThe entry at the requested position
IListTItemInt32