ParameterElement::Parameters Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the collection of parameters.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: [ConfigurationPropertyAttribute("", DefaultValue = null, Options = ConfigurationPropertyOptions::IsDefaultCollection)] property ParameterElementCollection^ Parameters { ParameterElementCollection^ get(); }
Property Value
Type: System.Runtime.Serialization.Configuration::ParameterElementCollection^A ParameterElementCollection that contains all parameters.
.NET Framework
Available since 3.0
Available since 3.0
Show: