Click or drag to resize
ConfigData Property
Gets the XML document content. It is available only after EndDocument has been called.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string Data { get; }

Property Value

Type: String
A string containing the XML content.
See Also