WSDiscoveryEventArgs.ScopesField Property

All the URIs used to match scopes of services on devices.

Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)

Syntax

'Declaration

Public ReadOnly Property ScopesField As Collection(Of Uri)
public Collection<Uri> ScopesField { get; }
public:
property Collection<Uri^>^ ScopesField {
    Collection<Uri^>^ get ();
}
/** @property */
public Collection<Uri> get_ScopesField ()
public function get ScopesField () : Collection<Uri>

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

WSDiscoveryEventArgs Class
WSDiscoveryEventArgs Members
Microsoft.Rfid.WSDiscovery Namespace