PropertyBagHelper.Save(Object, Type, IPropertyBag) 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:
static void Save(System::Object ^ instance, Type ^ attributeType, Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag);
public static void Save (object instance, Type attributeType, Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag);
static member Save : obj * Type * Microsoft.BizTalk.Component.Interop.IPropertyBag -> unit
Public Shared Sub Save (instance As Object, attributeType As Type, propertyBag As IPropertyBag)
Parameters
- instance
- Object
- attributeType
- Type
- propertyBag
- IPropertyBag