SectionInformation.SetRawXml(String) Método
Definição
Define o objeto como uma representação XML da seção de configuração associada dentro do arquivo de configuração.Sets the object to an XML representation of the associated configuration section within the configuration file.
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
O XML a ser usado.The XML to use.
Exceções
rawXml é null.rawXml is null.