| TocEntryIsDefaultTopic Property |
This is used to get or set whether or not the item is the default
topic for the help file.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool IsDefaultTopic { get; set; }
Public Property IsDefaultTopic As Boolean
Get
Set
public:
property bool IsDefaultTopic {
bool get ();
void set (bool value);
}
member IsDefaultTopic : bool with get, set
Property Value
Type:
BooleanSee Also