PropertyHelper.WritePropertyBag(IPropertyBag, String, Object) 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 WritePropertyBag(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag, System::String ^ propName, System::Object ^ obj);
public static void WritePropertyBag (Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag, string propName, object obj);
static member WritePropertyBag : Microsoft.BizTalk.Component.Interop.IPropertyBag * string * obj -> unit
Public Shared Sub WritePropertyBag (propertyBag As IPropertyBag, propName As String, obj As Object)
Parameters
- propertyBag
- IPropertyBag
- propName
- String
- obj
- Object