IMessageQueueTask.StringCompareValue 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 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.