ParameterElementCollection::CollectionType Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the type of the parameters collection in configuration.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
property ConfigurationElementCollectionType CollectionType {
	virtual ConfigurationElementCollectionType get() override;
}

Property Value

Type: System.Configuration::ConfigurationElementCollectionType

A ConfigurationElementCollectionType that contains the type of the parameters collection in configuration.

.NET Framework
Available since 3.0
Return to top
Show: