IMessage.Promote Method (String, Object)

 

Promotes a property with a specified name and value

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

void Promote(
	string propertyName,
	object propertyValue
)

Parameters

propertyName
Type: System.String

The name of the promoted property.

propertyValue
Type: System.Object

The value of the promoted property. A null value will remove the promoted property

Return to top
Show: