Send.EndpointAddress Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
L'indirizzo dell'endpoint.