UndoableCrossReferenceProperty T  Value Property TIBCO Spotfire 6.0 API Reference
Gets or sets the value of the managed node. Assignment of objects with the same value as the current value, will be ignored.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public T Value { get; set; }

Property Value

Type: T
The value of the managed node.
See Also