ConfigurationElement.ElementProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示 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。