VTime Zone CollectionIs Synchronized Property
ICollection.IsSynchronized implementation
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This always returns true
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool IsSynchronized { get; }VB
Public ReadOnly Property IsSynchronized As Boolean
GetC++
public:
virtual property bool IsSynchronized {
bool get () sealed;
}F#
abstract IsSynchronized : bool with get
override IsSynchronized : bool with getReturn Value
BooleanThis always returns true