ProjectMetadata.EvaluatedValue Property

Definition

Gets the evaluated metadata value. Cannot be set directly: only the unevaluated value can be set. Is never null.

public:
 property System::String ^ EvaluatedValue { System::String ^ get(); };
public string EvaluatedValue { get; }
member this.EvaluatedValue : string
Public ReadOnly Property EvaluatedValue As String

Property Value

The evaluated metadata value, which is never null.

Remarks

Cannot be set directly: only the unevaluated value can be set.

Applies to