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.
Initializes a new instance of the SettingElement class.
Overloads
SettingElement() |
Initializes a new instance of the SettingElement class. |
SettingElement(String, SettingsSerializeAs) |
Initializes a new instance of the SettingElement class based on supplied parameters. |
SettingElement()
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
Initializes a new instance of the SettingElement class.
public:
SettingElement();
public SettingElement ();
Public Sub New ()
Applies to
SettingElement(String, SettingsSerializeAs)
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
- Source:
- SettingElement.cs
Initializes a new instance of the SettingElement class based on supplied parameters.
public:
SettingElement(System::String ^ name, System::Configuration::SettingsSerializeAs serializeAs);
public SettingElement (string name, System.Configuration.SettingsSerializeAs serializeAs);
new System.Configuration.SettingElement : string * System.Configuration.SettingsSerializeAs -> System.Configuration.SettingElement
Public Sub New (name As String, serializeAs As SettingsSerializeAs)
Parameters
- name
- String
The name of the SettingElement object.
- serializeAs
- SettingsSerializeAs
A SettingsSerializeAs object. This object is an enumeration used as the serialization scheme to store configuration settings.