Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectUsingFinalValues Property
This read-only property is used to get whether or not the project is using final values for the project properties.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool UsingFinalValues { get; }

Property Value

Type: Boolean
If true, final values (i.e. evaluated values used at build time) are being returned by the properties in this instance.
See Also