BIAnalysisServicesProjectController.getProjectNodeDynamicsAxProperty Method [AX 2012]

Gets the value of the DynamicsAx property.

Syntax

public str getProjectNodeDynamicsAxProperty(VSProjectNode projectNode, str propertyName)

Run On

Called

Parameters

  • projectNode
    Type: VSProjectNode Class
    The VSProjectNode object that contains the Analysis Services project.
  • propertyName
    Type: str
    The name of the property for which the value is retrieved.

Return Value

Type: str
The value of the property.

See Also

Reference

BIAnalysisServicesProjectController Class