IPersistPropertyBag.Save(IPropertyBag, Boolean, Boolean) Method

Definition

public:
 void Save(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag, bool clearDirty, bool saveAllProperties);
public void Save (Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag, bool clearDirty, bool saveAllProperties);
abstract member Save : Microsoft.BizTalk.Component.Interop.IPropertyBag * bool * bool -> unit
Public Sub Save (propertyBag As IPropertyBag, clearDirty As Boolean, saveAllProperties As Boolean)

Parameters

propertyBag
IPropertyBag
clearDirty
Boolean
saveAllProperties
Boolean

Applies to