ConfigurationElement.ElementProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示 ConfigurationElement 对象本身的 ConfigurationElementProperty 对象。
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。