BiProjectValidationEngine.projectPerspectiveTreeNodes Method [AX 2012]

Gets or sets the value of the projectPerspectiveTreeNodes property.

Syntax

public List projectPerspectiveTreeNodes([List value])

Run On

Called

Parameters

  • value
    Type: List Class
    The new value of the property; optional.

Return Value

Type: List Class
The current value of the property.

Remarks

This property contains references to the TreeNode objects from which the SQL ServerAnalysis Services project will be created. The value of this property is passed on to any classes registered as a project validation class.

See Also

Reference

BiProjectValidationEngine Class