Share via


PropertyBagHelper.Save(Object, Type, IPropertyBag) Method

Definition

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

Applies to