Partager via


Receive.Action Propriété

Définition

Obtient ou définit la valeur de l'en-tête d'action du message.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

Valeur de propriété

URI d'action du message.

Remarques

Si la propriété Action n'est pas définie explicitement, sa valeur par défaut est https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}.

S’applique à