AdapterAppInitString.LoadAdapterXml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the automation XML into the initialization string object.
public:
void LoadAdapterXml(System::String ^ adapterXml);
public void LoadAdapterXml (string adapterXml);
member this.LoadAdapterXml : string -> unit
Public Sub LoadAdapterXml (adapterXml As String)
Parameters
- adapterXml
- String
Specifies the XML data containing the automation XML.