ClientOperation.ReplyAction Property

Definition

Gets the action of the reply message for this operation.

public:
 property System::String ^ ReplyAction { System::String ^ get(); };
public string ReplyAction { get; }
member this.ReplyAction : string
Public ReadOnly Property ReplyAction As String

Property Value

The action of the reply.

Remarks

By default this value corresponds to the value of OperationContractAttribute.ReplyAction.

Applies to