SettingsMap 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
SettingsMap() | |
SettingsMap(HostMappings, HostInstanceMappings) |
SettingsMap()
public:
SettingsMap();
public SettingsMap ();
Public Sub New ()
Applies to
SettingsMap(HostMappings, HostInstanceMappings)
public:
SettingsMap(Microsoft::BizTalk::ExplorerOM::HostMappings ^ hm, Microsoft::BizTalk::ExplorerOM::HostInstanceMappings ^ him);
public SettingsMap (Microsoft.BizTalk.ExplorerOM.HostMappings hm, Microsoft.BizTalk.ExplorerOM.HostInstanceMappings him);
new Microsoft.BizTalk.ExplorerOM.SettingsMap : Microsoft.BizTalk.ExplorerOM.HostMappings * Microsoft.BizTalk.ExplorerOM.HostInstanceMappings -> Microsoft.BizTalk.ExplorerOM.SettingsMap
Public Sub New (hm As HostMappings, him As HostInstanceMappings)
Parameters
- hm
- HostMappings