SettingValueElement::ValueXml Property

 

Gets or sets the value of a SettingValueElement object by using an XmlNode object.

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

public:
property XmlNode^ ValueXml {
	XmlNode^ get();
	void set(XmlNode^ value);
}

Property Value

Type: System.Xml::XmlNode^

An XmlNode object containing the value of a SettingElement.

.NET Framework
Available since 2.0
Return to top
Show: