[]
Represents a variable stored as part of a document. Document variables are used to preserve macro settings in between macro sessions.
public class Variable
Gets the name of the document variable.
public string Name { get; set; }
Gets or sets the value of the document variable.
public string Value { get; set; }