MessageQueueTask.StringCompareValue Property

Definition

Gets or sets the String to which a string message is compared to when the TaskType is DTSMQType_Receiver.

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

Property Value

A String used for comparison when the TaskType is DTSMQType_Receiver.

Implements

Applies to