BuildProperty.FinalValue 属性
定义
获取执行所有属性计算后的最终属性值。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
属性值
执行所有属性计算后的最终属性值。The final value of the property after all property evaluations have been performed.