ClientCredentialsElement.Properties Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar en ConfigurationPropertyCollection instans som innehåller en samling ConfigurationProperty objekt som kan vara attribut eller ConfigurationElement objekt för det här konfigurationselementet.
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
Egenskapsvärde
En ConfigurationPropertyCollection instans som innehåller en samling ConfigurationProperty objekt som kan vara attribut eller ConfigurationElement objekt för det här konfigurationselementet.