Search
XMLWriter.Document Property
See Also
 



Gets or sets the FlowChart instance to be serialized.

 Syntax

VB6  Copy Code

Public Property Get Document() As FlowChart
Public Property Let Document( _
    ByVal value As FlowChart _
)

C++  Copy Code

public:
FlowChart* get_Document ()
void put_Document (
    FlowChart* value
)

 Property Value

A reference to a FlowChart instance.

 Remarks

Must be set prior to calling Write or WriteToString.

 See Also