MatchCriteria.Types Property
This collection contains all the types used to match types of services on devices.
Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)
Syntax
'Declaration
Public Property Types As Collection(Of XmlQualifiedName)
public Collection<XmlQualifiedName> Types { get; }
public:
property Collection<XmlQualifiedName^>^ Types {
Collection<XmlQualifiedName^>^ get ();
}
/** @property */
public Collection<XmlQualifiedName> get_Types ()
public function get Types () : Collection<XmlQualifiedName>
Remarks
Use the RfidDeviceType field to probe for services on RFID devices.
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
MatchCriteria Class
MatchCriteria Members
Microsoft.Rfid.WSDiscovery Namespace