TypeElement::Parameters Property

 

Gets a collection of parameters.

Namespace:   System.Runtime.Serialization.Configuration
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
Return to top
Show: