MessageQueueTask.MessageString Property

Definition

Gets or sets the message to use when the MessageType is set to DTSMQMessageType_String.

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

Property Value

A String that contains the message.

Applies to