GenericXmlBridgeTDataAccessVersionStrConst Property


Intended to automatically get the version as a string from VersionConst. Descendants of GenericXmlBridgeTDataAccess should only override _get if a format of the version string, which is different from {Major}.{Minor}.{Build} is wanted.
Override of _set is only maintained for backward compatibility, and should not be used by new descendants.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public virtual string VersionStrConst { get; set; }

Property Value

String

See Also