Gets or sets the part data.
Property Data As Stream
[C#]
Stream Data {get; set;}
[C++]
__property Stream* get_Data();
__property void set_Data(Stream*);
[JScript]
function get Data() : Stream;
function set Data(Stream);
Property Value
The part data.
Remarks
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 BodyPart.GetOriginalDataStream returns the original inbound stream.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003
See Also
IBaseMessagePart Interface | IBaseMessagePart Members | Microsoft.BizTalk.Message.Interop Namespace
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.