Click or drag to resize

IGlobalVariable Properties


The IGlobalVariable type exposes the following members.

Properties
  NameDescription
Public propertyGlobalValue
Gets and sets the variable's global value. This value is used if a specific publishing target has no override value.
Public propertyName
Gets and sets the name of the variable.
Public propertyVariableType
Gets and sets the variable's type. This is a sort of categorization for the variable; this value doesn't affect runtime. Default is "text".
Public propertyXPathQuery
Gets and sets whether the value of the global variable is based the result of XPath query
Top
See Also