Gets or sets the code associated with the graph.
Declaration Syntax
C# | Visual Basic | Visual C++ |
string Code { get; set; }
Property Code As String
property String^ Code { String^ get (); void set (String^ value); }
Remarks
This property is used by the system. The system gets this property after
calling the Load method, to retrieve the code; and it sets this property
before calling the Save method, to put the code for saving. Storage
managers that do not support code, should return a different code right
after their code is set. As the code passed for testing is not an empty
string, returning an empty string on get, and doing nothing on set,
is a sign of not supporting code.