FiscalPrinter.CountryCode Property
2/27/2008
Gets a value identifying the countries/regions supported by this service object.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CountryCode As FiscalCountryCodes
public abstract FiscalCountryCodes CountryCode { get; }
public:
virtual property FiscalCountryCodes CountryCode {
FiscalCountryCodes get () abstract;
}
/** @property */
public abstract FiscalCountryCodes get_CountryCode ()
public abstract function get CountryCode () : FiscalCountryCodes
Remarks
CountryCode can contain any FiscalCountryCodes values joined to a logical OR.
CountryCode is typically set when the device is first initialized.
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