Share via


ILegacyControlObject.ControlObjectVersion Property

2/27/2008

Gets the version of a control object.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
ReadOnly Property ControlObjectVersion As Version
Version ControlObjectVersion { get; }
property Version^ ControlObjectVersion {
    Version^ get ();
}
/** @property */
Version get_ControlObjectVersion ()
function get ControlObjectVersion () : Version

Remarks

The following is an example version number:

1002038

This value can be displayed as version "1.2.38", and interpreted as major version 1, minor version 2, build 38 of the control object.

The ControlObjectVersion property is always readable, and is initialized to a control object-dependent number.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ILegacyControlObject Interface
ILegacyControlObject Members
Microsoft.PointOfService Namespace