Share via


SettingsRoot Constructors

Definition

Overloads

SettingsRoot()
SettingsRoot(List<SettingElement>)

SettingsRoot()

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

Applies to

SettingsRoot(List<SettingElement>)

public:
 SettingsRoot(System::Collections::Generic::List<Microsoft::BizTalk::ExplorerOM::SettingElement ^> ^ ls);
public SettingsRoot (System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingElement> ls);
new Microsoft.BizTalk.ExplorerOM.SettingsRoot : System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.SettingElement> -> Microsoft.BizTalk.ExplorerOM.SettingsRoot
Public Sub New (ls As List(Of SettingElement))

Parameters

Applies to