PipelineMessage::GetPromotedProperties Method ()
Gets the set of promoted properties associated with the message.
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.
Implements
IMessage::GetPromotedProperties()
Show: