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