Gets the XML document content. It is available only after
EndDocument has been called.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string Data { get; }Public ReadOnly Property Data As String
Get
public:
property String^ Data {
String^ get ();
}member Data : string with get
Property Value
Type:
String
A string containing the XML content.
See Also