SectionInformation.SetRawXml(String) Método

Definición

Establece el objeto en una representación XML de la sección de configuración asociada del archivo de configuración.

public:
 void SetRawXml(System::String ^ rawXml);
public:
 void SetRawXml(System::String ^ xml);
public void SetRawXml (string rawXml);
public void SetRawXml (string xml);
member this.SetRawXml : string -> unit
member this.SetRawXml : string -> unit
Public Sub SetRawXml (rawXml As String)
Public Sub SetRawXml (xml As String)

Parámetros

rawXmlxml
String

XML que se va a usar.

Excepciones

rawXml es null.

Se aplica a