XmlElementElement.XmlElement プロパティ

定義

このクラスがカプセル化する XmlElement を取得または設定します。

public:
 property System::Xml::XmlElement ^ XmlElement { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
[System.Configuration.ConfigurationProperty("xmlElement", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public System.Xml.XmlElement XmlElement { get; set; }
[<System.Configuration.ConfigurationProperty("xmlElement", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.XmlElement : System.Xml.XmlElement with get, set
Public Property XmlElement As XmlElement

プロパティ値

このクラスがカプセル化する XmlElement

属性

適用対象