ParameterElementCollection.CollectionType Propriedade
Definição
Obtém o tipo de coleção de parâmetros na configuração.Gets the type of the parameters collection in configuration.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Valor da propriedade
Um ConfigurationElementCollectionType que contém o tipo da coleção de parâmetros na configuração.A ConfigurationElementCollectionType that contains the type of the parameters collection in configuration.