IMessage Interface

 

Updated: March 20, 2013

Represents a Message

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

type IMessage = interface end

NameDescription
System_CAPS_pubpropertyContentType

Gets or sets the Content-Type of the data

System_CAPS_pubpropertyData

Gets or sets the Content

NameDescription
System_CAPS_pubmethodGetPromotedProperties()

Returns a collection of the promoted properties

System_CAPS_pubmethodGetPromotedProperty(String)

Gets the value of a promoted property

System_CAPS_pubmethodPromote(String, Object)

Promotes a property with a specified name and value

Return to top
Show: