Project.GetEvaluatedProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a single evaluated property value. Call this to retrieve a few properties. If you need to retrieve many properties use EvaluatedProperty accessor.
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
Name of the property to retrieve.
Returns
The property value.
Remarks
If you need to retrieve a large number of property values, use the EvaluatedProperties property.