 | SandcastleProjectPreliminary Property |
This is used to get or set whether or not all pages should be
marked with a "preliminary documentation" warning in the page
header.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic bool Preliminary { get; set; }Public Property Preliminary As Boolean
Get
Set
public:
property bool Preliminary {
bool get ();
void set (bool value);
}member Preliminary : bool with get, set
Property Value
Type:
Boolean
See Also