HostNewVersionRequired Property

Return whether there is a new version available that is compulsory.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public bool NewVersionRequired { get; }

Property Value

Boolean

Remarks

This is used to allow connections to be updated if the normal version upgrade would fail in that case. e.g. if the connection or login message formats have changed then this would be set to force an upgrade prior to attempting connection.

See Also