Microsoft BizTalk Server 2004
IPersistPropertyBag.Load Method

Loads data from the persisted object into the new object.

[Visual Basic]
Sub Load( _
   ByVal propertyBag As  IPropertyBag, _
   ByVal errorLog As Integer _
)
[C#]
void Load(
    IPropertyBag propertyBag,
   int errorLog
);
[C++]
void Load(
    IPropertyBag* propertyBag,
   int errorLog
);
[JScript]
function Load(
   propertyBag :  IPropertyBag,
   errorLog : int
);

Parameters

propertyBag
The property bag of the object to persist.
errorLog
The address of the error log.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003

 

See Also

IPersistPropertyBag Interface | IPersistPropertyBag Members | Microsoft.BizTalk.ExplorerOM 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.
Page view tracker