Share via


ElectronicValueRW.VoucherId Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the ID of voucher/ticket on the voucher/ticket service.

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

Syntax

'Declaration
Public MustOverride Property VoucherId As String
public abstract string VoucherId { get; set; }
public:
virtual property String^ VoucherId {
    String^ get () abstract;
    void set (String^ value) abstract;
}
/** @property */
public abstract String get_VoucherId ()

/** @property */
public abstract void set_VoucherId (String value)
public abstract function get VoucherId () : String

public abstract function set VoucherId (value : String)

Remarks

It consists of pairs of the identifier and the number which validate the card holder.

For example, six tickets of identifier "001" are shown by the character string "001:6". The ":" is a separator between the identifier and the number of sheets.

This property is initialized to an empty string ("") 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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace