MessageQueueTask.MessageString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.