PipelineMessage::GetPromotedProperty Method (String^)

 

Gets the promoted property associated with the message.

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

public:
virtual Object^ GetPromotedProperty(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System::String^

The name of the promoted property.

Return Value

Type: System::Object^

The promoted property associated with the message.

Return to top
Show: