DeviceElementCollection.CollectionType Eigenschaft

Definition

Ruft den Typ der Konfigurationsauflistung dieses DeviceElementCollection-Objekts ab. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit ASP.NET.

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

Eigenschaftswert

Ein Wert der ConfigurationElementCollectionType-Enumeration, der den Typ der Auflistung darstellt.

Gilt für:

Weitere Informationen