Share via


ExportedSettings Constructors

Definition

Overloads

ExportedSettings()
ExportedSettings(SettingsRoot, HostSettings, HostInstanceSettings)

ExportedSettings()

public:
 ExportedSettings();
public ExportedSettings ();
Public Sub New ()

Applies to

ExportedSettings(SettingsRoot, HostSettings, HostInstanceSettings)

public:
 ExportedSettings(Microsoft::BizTalk::ExplorerOM::SettingsRoot ^ gs, Microsoft::BizTalk::ExplorerOM::HostSettings ^ hs, Microsoft::BizTalk::ExplorerOM::HostInstanceSettings ^ his);
public ExportedSettings (Microsoft.BizTalk.ExplorerOM.SettingsRoot gs, Microsoft.BizTalk.ExplorerOM.HostSettings hs, Microsoft.BizTalk.ExplorerOM.HostInstanceSettings his);
new Microsoft.BizTalk.ExplorerOM.ExportedSettings : Microsoft.BizTalk.ExplorerOM.SettingsRoot * Microsoft.BizTalk.ExplorerOM.HostSettings * Microsoft.BizTalk.ExplorerOM.HostInstanceSettings -> Microsoft.BizTalk.ExplorerOM.ExportedSettings
Public Sub New (gs As SettingsRoot, hs As HostSettings, his As HostInstanceSettings)

Parameters

Applies to