Gets all tag data selectors.
Namespace: System.IO.SensorServices.Rfid.Client
Assembly: Microsoft.Rfid.SpiSdk (in microsoft.rfid.spisdk.dll)

Syntax
Public Shared ReadOnly Property All As TagDataSelector
public static TagDataSelector All { get; }
public:
static property TagDataSelector^ All {
TagDataSelector^ get ();
}
/** @property */
public static TagDataSelector get_All ()
public static function get All () : TagDataSelector

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 Server 2008; Windows Server 2003 R2 (except the Web Edition); Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; Windows Vista Ultimate; Windows Vista Enterprise; Windows Vista Business; Windows XP Professional
Target Platforms
Microsoft Windows CE 5.0; Microsoft Windows Mobile 5.0 for Pocket PC; Microsoft Windows Mobile 6.0 (Classic or Professional); Microsoft Windows Mobile 6.1 (Professional)

See Also