CorrelationActionMessageFilter.ToString Method

Definition

Returns a String representation of the CorrelationActionMessageFilter.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The current CorrelationActionMessageFilter.

Remarks

If the Action property is set, its value is used to build the string representation; otherwise, the base class ToString value is returned.

Applies to