Share via


PointCardReceiveLengths.Track1 Property

2/27/2008

Holds the length in bytes for Track 1.

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

Syntax

'Declaration
Public ReadOnly Property Track1 As Integer
public int Track1 { get; }
public:
property int Track1 {
    int get ();
}
/** @property */
public int get_Track1 ()
public function get Track1 () : int

Property Value

An integer representing the length of data track 1.

Remarks

Holds the length in bytes for Track 1.

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

PointCardReceiveLengths Structure
PointCardReceiveLengths Members
Microsoft.PointOfService Namespace