ProjectProperty.UnevaluatedValue Property

Definition

Gets or sets the unevaluated property value. Updates the evaluated value in the project, although this is not sure to be correct until re-evaluation.

public:
 abstract property System::String ^ UnevaluatedValue { System::String ^ get(); void set(System::String ^ value); };
public:
 property System::String ^ UnevaluatedValue { System::String ^ get(); void set(System::String ^ value); };
public abstract string UnevaluatedValue { get; set; }
public string UnevaluatedValue { get; set; }
member this.UnevaluatedValue : string with get, set
Public MustOverride Property UnevaluatedValue As String
Public Property UnevaluatedValue As String

Property Value

The unevaluated property value.

Remarks

The setter method updates both the unevaluated value and the evaluated value, but does not affect anything else in the project until reevaluation.

The containing project is marked as modified. Unevaluated values are assumed to contain escaped character sequences as needed.

Applies to