XmlElementElement.XmlElement Property

Definition

Gets or sets the XmlElement that this class encapsulates.

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

Property Value

The XmlElement that this class encapsulates.

Attributes

Applies to