Share via


PosCommon.ServiceObjectVersion Property

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

Usage

'Usage
Dim posCommon1 As PosCommon

Dim returnValue As Version
returnValue = posCommon1.ServiceObjectVersion

Syntax

'Declaration
Public MustOverride ReadOnly Property ServiceObjectVersion() As Version
public abstract Version ServiceObjectVersion {get;}
public: property virtual Version^ ServiceObjectVersion{
    Version^ get();
}
public abstract Version get_ServiceObjectVersion();
public abstract function get ServiceObjectVersion() : Version;

Remarks

ServiceObjectVersion holds the service object version number. Version numbers consist of two to four integers, Major, Minor, Build, and Revision. Build and Revision are optional, but Revision is optional only if Build isn’t specified. For information about the structs and methods of the Version class, see the “Version Class” of the .NET Framework Class Library.

ServiceObjectVersion is initialized by the Open method. State verification takes place in the basic and base classes for each device.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace