Share via


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

2/27/2008

Gets or sets the IDs of voucher/ticket that are enumerated on the voucher/ticket service.

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

Syntax

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

/** @property */
public abstract void set_VoucherIdList (String value)
public abstract function get VoucherIdList () : String

public abstract function set VoucherIdList (value : String)

Remarks

If six tickets of identifier "001," one ticket of identifier "002," two tickets of identifier "034" are maintained, this is expressed by the CSV character string in the format "001:6,002:1,034:2." The "," is a separator when two or more rights are maintained.

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