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