SettingsRoot 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
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
- ls
- List<SettingElement>