ConfigurationElement.Properties Özellik

Tanım

Özellik koleksiyonunu alır.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overridable ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overridable ReadOnly Property Properties As ConfigurationPropertyCollection

Özellik Değeri

ConfigurationPropertyCollection öğesinin özellikleri.

Örnekler

özelliğinin nasıl kullanılacağını Properties gösteren bir örnek için sınıfına ConfigurationProperty bakın.

Açıklamalar

Properties Özellik paketi olarak da adlandırılan özelliği, öğesine uygulanan tüm özellikleri (öznitelikleri) içerir.

Şunlara uygulanır

Ayrıca bkz.