AdapterConfig Constructors
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.
Overloads
AdapterConfig() | |
AdapterConfig(IPropertyBag) |
AdapterConfig()
protected:
AdapterConfig();
protected AdapterConfig ();
Protected Sub New ()
Applies to
AdapterConfig(IPropertyBag)
Important
This API is not CLS-compliant.
protected:
AdapterConfig(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag);
[System.CLSCompliant(false)]
protected AdapterConfig (Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag);
new Microsoft.BizTalk.Adapter.Wcf.Config.AdapterConfig : Microsoft.BizTalk.Component.Interop.IPropertyBag -> Microsoft.BizTalk.Adapter.Wcf.Config.AdapterConfig
Protected Sub New (propertyBag As IPropertyBag)
Parameters
- propertyBag
- IPropertyBag
- Attributes