CalculationPropertyCollection.Find Method

Gets the CalculationProperty with the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public CalculationProperty Find(
    string calculationReference
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

CalculationPropertyCollection Class

Microsoft.AnalysisServices Namespace