Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SectionInformation::SetRawXml Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the object to an XML representation of the associated configuration section within the configuration file.

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

public:
void SetRawXml(
	String^ rawXml
)

Parameters

rawXml
Type: System::String^

The XML to use.

Exception Condition
ArgumentException

rawXml is null.

.NET Framework
Available since 2.0
Return to top
Show: