Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
IBaseMessagePart.Data Property
IBaseMessagePart.Data Property
Gets or sets the part data.

Namespace: Microsoft.BizTalk.Message.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)
Visual Basic
Property Data As Stream
C#
Stream Data { get; set; }
C++
property Stream^ Data {
    Stream^ get ();
    void set (Stream^ value);
}
J#
/** @property */
Stream get_Data ()

/** @property */
void set_Data (Stream value)
JScript
function get Data () : Stream

function set Data (value : Stream)

Property Value

The part data.

For messages delivered by the Messaging Engine, the part data for the attachment parts are loaded only on demand.

In custom pipeline components, Data clones an inbound data stream, whereas GetOriginalDataStream returns the original inbound stream.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker