Share via


PosCommon.CheckHealthText Property

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

Usage

'Usage
Dim posCommon1 As PosCommon

Dim returnValue As String
returnValue = posCommon1.CheckHealthText

Syntax

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

Remarks

Contains text indicating the health of the device. 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.

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
CheckHealth