Send.EndpointAddress Property

Definition

Gets or sets the address of the endpoint to send messages to.

public:
 property System::Activities::InArgument<Uri ^> ^ EndpointAddress { System::Activities::InArgument<Uri ^> ^ get(); void set(System::Activities::InArgument<Uri ^> ^ value); };
public System.Activities.InArgument<Uri> EndpointAddress { get; set; }
member this.EndpointAddress : System.Activities.InArgument<Uri> with get, set
Public Property EndpointAddress As InArgument(Of Uri)

Property Value

The endpoint address.

Applies to