IMessageQueueTask.StringMessageToVariableName Property

Definition

Gets or sets the name of the variable to which the message contents are saved.

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

Property Value

A String that contains the variable to store the message in.

Applies to