Share via


FiscalPrinter.ContractorId Property

Contains the identification of the contractor to whom the receipt and/or some items of the receipt are assigned.

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

Usage

'Usage
Dim fiscalPrinter1 As FiscalPrinter

Dim returnValue As FiscalContractorId
returnValue = fiscalPrinter1.ContractorId

Dim sampleValue As FiscalContractorId
fiscalPrinter1.ContractorId = sampleValue

Syntax

'Declaration
Public MustOverride Property ContractorId() As FiscalContractorId
public abstract FiscalContractorId ContractorId {get; set;}
public: property virtual FiscalContractorId^ ContractorId{
    FiscalContractorId^ get();
    Void set(FiscalContractorId^);
}
public abstract FiscalContractorId get_ContractorId();
public abstract void set_ContractorId(FiscalContractorId);
public abstract function get ContractorId() : FiscalContractorId;
public abstract function set ContractorId(FiscalContractorId);

Remarks

ContractorID is typically initialized to First. It should then be kept current by the service object while the device is enabled.

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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace