ElectronicValueRW.ServiceType Property (POS for .NET v1.14.1 SDK Documentation)

3/28/2017

Gets the type of service used by the Electronic Value Reader/Writer.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ServiceType As ServiceType
public abstract ServiceType ServiceType { get; }
public:
virtual property ServiceType ServiceType {
    ServiceType get () abstract;
}
/** @property */
public abstract ServiceType get_ServiceType ()
public abstract function get ServiceType () : ServiceType

Remarks

This property is initialized by the Open method, and updated when the CurrentService property is updated.

For a list of possible values, see ServiceType Enumeration

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace