Share via


MsrFieldData.Track1DiscretionaryData Property

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

Usage

'Usage
Dim msrFieldData1 As MsrFieldData

Dim returnValue As Byte
returnValue = msrFieldData1.Track1DiscretionaryData

Dim sampleValue As Byte
msrFieldData1.Track1DiscretionaryData = sampleValue

Syntax

'Declaration
Public Property Track1DiscretionaryData() As Byte()
public byte[] Track1DiscretionaryData {get; set;}
public: property array<Byte>^ Track1DiscretionaryData{
    array<Byte>^ get();
    Void set(array<Byte>^);
}
public ubyte[] get_Track1DiscretionaryData();
public void set_Track1DiscretionaryData(ubyte[]);
public function get Track1DiscretionaryData() : Byte[];
public function set Track1DiscretionaryData(Byte[]);

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

MsrFieldData Class
MsrFieldData Members
Microsoft.PointOfService.BaseServiceObjects Namespace
Track1DiscretionaryData