AnnotationElement.Properties Propriedade
Definição
Obtém um ConfigurationPropertyCollection que contém as propriedades para o elemento de configuração.Gets a ConfigurationPropertyCollection that contains the properties for the configuration element.
protected:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Valor da propriedade
A coleção de propriedades.The collection of properties.