Click to Rate and Give Feedback
MSDN
MSDN Library
BizTalk Server
BizTalk Server 2004
SDK
 IBaseMessagePart.Data Property
Microsoft BizTalk Server 2004
IBaseMessagePart.Data Property

Gets or sets the part data.

[Visual Basic]
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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker