PipelineMessage::ContentType Property

 

Gets or sets the type of content of the message.

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

public:
property ContentType^ ContentType {
	virtual ContentType^ get() sealed;
	virtual void set(ContentType^ value) sealed;
}

Property Value

Type: System.Net.Mime::ContentType^

The type of content of the message.

Return to top
Show: