PropertyObject.TypeVersion

Syntax

PropertyObject.TypeVersion

Data Type

String

Purpose

Specifies the version of the PropertyObject object if it is a root type definition.

Remarks

If the object is not a root type definition, the property reports an error. Call the PropertyObject.IsRootTypeDefinition property to check if this property would return an error. The version string is in a format similar to that of DLLs and executables: "M[.m[.r[.b]]]," where M =major version, m =minor version, r =revision, and b =build number. All but the major version can be omitted. Example version strings are "1.0.2.200" and "2.1." If you want to set the type version, you must pass a string that follows this format.

See Also

PropertyObject.IsRootTypeDefinition

Thread Safety of the PropertyObject API and TestStand Variables