ProjectPropertyInstance.EvaluatedValue Property

Definition

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.

Applies to