Share via


HandlerElementCollection.CollectionType Property

Gets the type of the HTTP handler element collection.

Namespace:  System.Xaml.Hosting.Configuration
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CollectionType As ConfigurationElementCollectionType
public override ConfigurationElementCollectionType CollectionType { get; }
public:
virtual property ConfigurationElementCollectionType CollectionType {
    ConfigurationElementCollectionType get () override;
}
abstract CollectionType : ConfigurationElementCollectionType with get 
override CollectionType : ConfigurationElementCollectionType with get
override function get CollectionType () : ConfigurationElementCollectionType

Property Value

Type: System.Configuration.ConfigurationElementCollectionType
The type of the HTTP handler element collection.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

System.Xaml.Hosting.Configuration Namespace