BiProjectValidationBase.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 perspective TreeNode objects from which the SQL ServerAnalysis Services project will be created. Classes that extend from this class use the value of this property to determine whether their validation logic is run.

See Also

Reference

BiProjectValidationBase Class