SchemeSettingElementCollection.CollectionType Property

Definition

Gets the default collection type of SchemeSettingElementCollection.

public:
 virtual property System::Configuration::ConfigurationElementCollectionType CollectionType { System::Configuration::ConfigurationElementCollectionType get(); };
public override System.Configuration.ConfigurationElementCollectionType CollectionType { get; }
member this.CollectionType : System.Configuration.ConfigurationElementCollectionType
Public Overrides ReadOnly Property CollectionType As ConfigurationElementCollectionType

Property Value

The default collection type of SchemeSettingElementCollection.

Remarks

The add, remove, and clear directives are used to modify properties and specify new ones.

Applies to

See also