ClientViaElement.ViaUri Property

Definition

Gets or sets a Uri that specifies the route a message should take.

public:
 property Uri ^ ViaUri { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("viaUri")]
public Uri ViaUri { get; set; }
[<System.Configuration.ConfigurationProperty("viaUri")>]
member this.ViaUri : Uri with get, set
Public Property ViaUri As Uri

Property Value

Uri

A Uri that specifies the route a message should take.

Attributes

Applies to