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

이 클래스가 캡슐화하는 XmlElement 클래스입니다.

특성

적용 대상