Share via


PosCommon.ServiceObjectDescription Property

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

Usage

'Usage
Dim posCommon1 As PosCommon

Dim returnValue As String
returnValue = posCommon1.ServiceObjectDescription

Syntax

'Declaration
Public MustOverride ReadOnly Property ServiceObjectDescription() As String
public abstract string ServiceObjectDescription {get;}
public: property virtual String^ ServiceObjectDescription{
    String^ get();
}
public abstract System.String get_ServiceObjectDescription();
public abstract function get ServiceObjectDescription() : String;

Remarks

Contains a string identifying the service object supporting the device and the company that produced it.

ServiceObjectDescription is initialized to blank. 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