ProjectPropertyInstance.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 property. Setter assumes caller has protected global properties, if necessary SETTER ASSUMES CALLER ONLY CALLS IF PROJECTINSTANCE IS MUTABLE because it cannot always be verified.
public:
property System::String ^ EvaluatedValue { System::String ^ get(); void set(System::String ^ value); };
public string EvaluatedValue { get; set; }
member this.EvaluatedValue : string with get, set
Public Property EvaluatedValue As String
Property Value
The evaluated value of this property.