BizTalkMsgExtensions.WriteOrPromote Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void WriteOrPromote (this Microsoft.BizTalk.Message.Interop.IBaseMessageContext msgContext, string name, string ns, object value, bool promote = false);
static member WriteOrPromote : Microsoft.BizTalk.Message.Interop.IBaseMessageContext * string * string * obj * bool -> unit
<Extension()>
Public Sub WriteOrPromote (msgContext As IBaseMessageContext, name As String, ns As String, value As Object, Optional promote As Boolean = false)
Parameters
- msgContext
- IBaseMessageContext
- name
- String
- ns
- String
- value
- Object
- promote
- Boolean