ProjectMetadataInstance.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.
Evaluated value of the metadatum. 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 value of the metadata, which is never null
.