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