Project.GetEvaluatedProperty(String) Method

Definition

Returns the value of the specified property.

public:
 System::String ^ GetEvaluatedProperty(System::String ^ propertyName);
public string GetEvaluatedProperty (string propertyName);
member this.GetEvaluatedProperty : string -> string
Public Function GetEvaluatedProperty (propertyName As String) As String

Parameters

propertyName
String

The name of the property.

Returns

The value of the specified property.

Remarks

If you need to retrieve a large number of property values, use the EvaluatedProperties property.

Applies to