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