Share via


Cat.CardCompanyId Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the credit card company ID.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CardCompanyId As String
public abstract string CardCompanyId { get; }
public:
virtual property String^ CardCompanyId {
    String^ get () abstract;
}
/** @property */
public abstract String get_CardCompanyId ()
public abstract function get CardCompanyId () : String

Remarks

CardCompanyId is updated when an authorization operation finishes successfully. The length of the ID string varies depending on the CAT device.

CardCompanyId 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

Cat Class
Cat Members
Microsoft.PointOfService Namespace