Share via


MsrFieldData.Track2DiscretionaryData 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.Track2DiscretionaryData

Dim sampleValue As Byte
msrFieldData1.Track2DiscretionaryData = sampleValue

Syntax

'Declaration
Public Property Track2DiscretionaryData() As Byte()
public byte[] Track2DiscretionaryData {get; set;}
public: property array<Byte>^ Track2DiscretionaryData{
    array<Byte>^ get();
    Void set(array<Byte>^);
}
public ubyte[] get_Track2DiscretionaryData();
public void set_Track2DiscretionaryData(ubyte[]);
public function get Track2DiscretionaryData() : Byte[];
public function set Track2DiscretionaryData(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
Track2DiscretionaryData