Get the Spotfire internal data type of the property.
Gets a value indicating whether the property is a list.
Gets the name of this instance.
Gets the value held by this instance. Will throw if the value is a list, i.e. AnalysisPropertyValue.isList returns true;
Gets the value held by this instance. Will throw if the value is not a list, i.e. AnalysisPropertyValue.isList returns false;
Represents a property owned by the Spotfire document. These can be either document properties, data table properties or data column properties.