Adapter.Save(IPropertyBag, Boolean, Boolean) Method

Definition

public:
 virtual void Save(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ pb, bool fClearDirty, bool fSaveAllProperties);
public void Save (Microsoft.BizTalk.Component.Interop.IPropertyBag pb, bool fClearDirty, bool fSaveAllProperties);
abstract member Save : Microsoft.BizTalk.Component.Interop.IPropertyBag * bool * bool -> unit
override this.Save : Microsoft.BizTalk.Component.Interop.IPropertyBag * bool * bool -> unit
Public Sub Save (pb As IPropertyBag, fClearDirty As Boolean, fSaveAllProperties As Boolean)

Parameters

fClearDirty
Boolean
fSaveAllProperties
Boolean

Implements

Applies to