Gets a context object that can help you write and read various values. Namespace: MindFusion.Scheduling
|
C# |
---|
public XmlSerializationContext Context { get; } |
Visual Basic |
---|
Public ReadOnly Property Context As XmlSerializationContext |
An instance of the XmlSerializationContext class.
It is recommended to operate with the underlying XML document by calling the methods of this object. See the example section below for a demonstration on how to use this object.
The following example demonstrates how to use the Context object in order to write and read complex tag values in the XML document.
C# |
---|
class MyTag |
Visual Basic |
---|
Class MyTag |