PipelineMessage::GetPromotedProperties Method ()

 

Gets the set of promoted properties associated with the message.

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

public:
virtual IEnumerable<KeyValuePair<String^, Object^>>^ GetPromotedProperties() sealed

Return Value

Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, Object^>>^

The set of promoted properties associated with the message.

Return to top
Show: