IMessageQueueTask.StringMessageToVariableName 属性

定义

获取或设置消息内容保存到的变量的名称。

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

属性值

包含要在其中存储消息的变量的字符串。

适用于