BuildProperty.FinalValue Property

Definition

Gets the final value of the property after all property evaluations have been performed.

public:
 property System::String ^ FinalValue { System::String ^ get(); };
public string FinalValue { get; }
member this.FinalValue : string
Public ReadOnly Property FinalValue As String

Property Value

The final value of the property after all property evaluations have been performed.

Applies to