IMessage::GetPromotedProperty Method (String^)

 

Gets the value of a promoted property

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

Object^ GetPromotedProperty(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the promoted property whose value needs to be returned

Return Value

Type: System::Object^

The value of the promoted property, or null if no promoted property exists with this name

Return to top
Show: