IBaseMessageContext Interface

Definition

public interface class IBaseMessageContext : Microsoft::BizTalk::Message::Interop::IBasePropertyBag
[System.Runtime.InteropServices.Guid("fff93005-75a2-450a-8a39-53120ca8d8fa")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IBaseMessageContext : Microsoft.BizTalk.Message.Interop.IBasePropertyBag
type IBaseMessageContext = interface
    interface IBasePropertyBag
Public Interface IBaseMessageContext
Implements IBasePropertyBag
Attributes
Implements

Properties

CountProperties

Methods

AddPredicate(String, String, Object)
GetPropertyType(String, String)
IsPromoted(String, String)
Promote(String, String, Object)
Read(String, String)
ReadAt(Int32, String, String)
Write(String, String, Object)

Extension Methods

WriteOrPromote(IBaseMessageContext, String, String, Object, Boolean)

Applies to