Share via


JsonEncoder.Save(IPropertyBag, Boolean, Boolean) Method

Definition

public:
 virtual void Save(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ pb, bool clearDirty, bool saveAllProperties);
public void Save (Microsoft.BizTalk.Component.Interop.IPropertyBag pb, bool clearDirty, bool saveAllProperties);
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, clearDirty As Boolean, saveAllProperties As Boolean)

Parameters

clearDirty
Boolean
saveAllProperties
Boolean

Implements

Applies to