HostMappings 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
HostMappings() | |
HostMappings(List<SourceHostMaps>) |
HostMappings()
public:
HostMappings();
public HostMappings ();
Public Sub New ()
Applies to
HostMappings(List<SourceHostMaps>)
public:
HostMappings(System::Collections::Generic::List<Microsoft::BizTalk::ExplorerOM::SourceHostMaps ^> ^ shm);
public HostMappings (System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SourceHostMaps> shm);
new Microsoft.BizTalk.ExplorerOM.HostMappings : System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SourceHostMaps> -> Microsoft.BizTalk.ExplorerOM.HostMappings
Public Sub New (shm As List(Of SourceHostMaps))
Parameters
- shm
- List<SourceHostMaps>