PipelineMessage::Promote Method (String^, Object^)

 

Promotes a message property using specific name and value.

Namespace:   Microsoft.BizTalk.Services.Pipeline
Assembly:  Microsoft.BizTalk.Services (in Microsoft.BizTalk.Services.dll)

public:
virtual void Promote(
	String^ propertyName,
	Object^ propertyValue
) sealed

Parameters

propertyName
Type: System::String^

The name of the property to be promoted.

propertyValue
Type: System::Object^

The value of the property.

Return to top
Show: