ParseResultDataScriptTree Property |
Gets the script tree.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "scriptTree", EmitDefaultValue = false)]
public SyntaxTreeNodeData ScriptTree { get; set; }
<DataMemberAttribute(Name := "scriptTree", EmitDefaultValue := false)>
Public Property ScriptTree As SyntaxTreeNodeData
Get
Set
public:
[DataMemberAttribute(Name = L"scriptTree", EmitDefaultValue = false)]
property SyntaxTreeNodeData^ ScriptTree {
SyntaxTreeNodeData^ get ();
void set (SyntaxTreeNodeData^ value);
}
[<DataMemberAttribute(Name = "scriptTree", EmitDefaultValue = false)>]
member ScriptTree : SyntaxTreeNodeData with get, set
Property Value
Type:
SyntaxTreeNodeData
The script tree root node.
See Also