Receive.CorrelatesOn 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 MessageQuerySet used to query the message to extract correlation data.
public:
property System::ServiceModel::MessageQuerySet ^ CorrelatesOn { System::ServiceModel::MessageQuerySet ^ get(); void set(System::ServiceModel::MessageQuerySet ^ value); };
public System.ServiceModel.MessageQuerySet CorrelatesOn { get; set; }
member this.CorrelatesOn : System.ServiceModel.MessageQuerySet with get, set
Public Property CorrelatesOn As MessageQuerySet
Property Value
A set of message queries used to extract correlation data from the incoming message.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.