Share via


CashChanger.ServiceCount Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the number of integrated services used by the cash changer service.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ServiceCount As Integer
public virtual int ServiceCount { get; }
public:
virtual property int ServiceCount {
    int get ();
}
/** @property */
public int get_ServiceCount ()
public function get ServiceCount () : int

Remarks

Holds the number of integrated services used by the cash changer service. If the service does not use other services, this value is zero.

This property is initialized by the Open 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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashChanger.CurrentService Property
ServiceIndex