RNDAsm.Save(IPropertyBag, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- pb
- IPropertyBag
- fClearDirty
- Boolean
- fSaveAllProperties
- Boolean