Share via


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

2/27/2008

Gets a string that indicates the health of the device.

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

Syntax

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

Remarks

Updated by the Service Object when the application calls the CheckHealth method.

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
PosCommon.CheckHealth Method