Share via


FiscalPrinter.ContractorId Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the identification of the contractor to whom the receipt and some items of the receipt or to whom the receipt or some items of the receipt are assigned.

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

Syntax

'Declaration
Public MustOverride Property ContractorId As FiscalContractorId
public abstract FiscalContractorId ContractorId { get; set; }
public:
virtual property FiscalContractorId ContractorId {
    FiscalContractorId get () abstract;
    void set (FiscalContractorId value) abstract;
}
/** @property */
public abstract FiscalContractorId get_ContractorId ()

/** @property */
public abstract void set_ContractorId (FiscalContractorId value)
public abstract function get ContractorId () : FiscalContractorId

public abstract function set ContractorId (value : FiscalContractorId)

Remarks

ContractorID is set and 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.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace