ProjectProperty.UnevaluatedValue 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 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.