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: