Share via


PosCommon.ServiceObjectDescription Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a string identifying the Service Object that supports the device and the company that produced it.

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

Syntax

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

Remarks

The ServiceObjectDescription method is initialized to blank. State verification occurs 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.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace