VTimeZoneCollectionIsSynchronized Property
ICollection.IsSynchronized implementation
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
virtual property bool IsSynchronized {
bool get () sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
BooleanThis always returns true
ICollectionIsSynchronized