ProjectMetadata.EvaluatedValue Property
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.
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.