ConfigurationElement.ElementProperty 속성

정의

ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다.

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

속성 값

ConfigurationElementProperty 자체를 나타내는 ConfigurationElement입니다.

적용 대상