PointCardReadWriteStates.Track1 Property
2/27/2008
Holds a PointCardReadWriteState enumeration value.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public ReadOnly Property Track1 As PointCardReadWriteState
public PointCardReadWriteState Track1 { get; }
public:
property PointCardReadWriteState Track1 {
PointCardReadWriteState get ();
}
/** @property */
public PointCardReadWriteState get_Track1 ()
public function get Track1 () : PointCardReadWriteState
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
PointCardReadWriteStates Structure
PointCardReadWriteStates Members
Microsoft.PointOfService Namespace