XmlElementElement::XmlElement Property

 

Gets or sets the XmlElement that this class encapsulates.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("xmlElement", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::IsKey)]
property XmlElement^ XmlElement {
	XmlElement^ get();
	void set(XmlElement^ value);
}

Property Value

Type: System.Xml::XmlElement^

The XmlElement that this class encapsulates.

.NET Framework
Available since 3.0
Return to top
Show: