WSDiscoveryEventArgs.XAddrsField Property

The transport addresses at which a device's services are exposed.

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

Syntax

'Declaration

Public ReadOnly Property XAddrsField As Collection(Of Uri)
public Collection<Uri> XAddrsField { get; }
public:
property Collection<Uri^>^ XAddrsField {
    Collection<Uri^>^ get ();
}
/** @property */
public Collection<Uri> get_XAddrsField ()
public function get XAddrsField () : 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