TypeElement::Parameters Property
.NET Framework (current version)
Gets a 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 the parameters for the type.
.NET Framework
Available since 3.0
Available since 3.0
Show: