| STCardReaderCardSwipedEventArgsTrackTwoContent Property  |   | 
            Gets or sets the content of the Track 2 read
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic string TrackTwoContent { get; set; }Public Property TrackTwoContent As String
	Get
	Set
public:
virtual property String^ TrackTwoContent {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract TrackTwoContent : string with get, set
override TrackTwoContent : string with get, set
Property Value
Type: 
StringImplements
STCardReaderICardSwipedEventArgsTrackTwoContent
See Also