Msr.CapTrackDataMasking Property

2/27/2008

Gets a Boolean value that indicates whether the service supports track data masking.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapTrackDataMasking As Boolean
public virtual bool CapTrackDataMasking { get; }
public:
virtual property bool CapTrackDataMasking {
    bool get ();
}
/** @property */
public boolean get_CapTrackDataMasking ()
public function get CapTrackDataMasking () : boolean

Remarks

The Boolean value of true indicates that the service supports track data masking. CapTrackDataMasking can be true only if the device supports data encryption.

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

Msr Class
Msr Members
Microsoft.PointOfService Namespace