Condividi tramite


Send.EndpointAddress Proprietà

Definizione

Ottiene o imposta l'indirizzo dell'endpoint a cui inviare i messaggi.

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)

Valore della proprietà

InArgument<Uri>

L'indirizzo dell'endpoint.

Si applica a