| TocEntryHasProjectTags Property |
This is used to get or set whether or not the topic has tags
that should be resolved to project options.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool HasProjectTags { get; set; }
Public Property HasProjectTags As Boolean
Get
Set
public:
property bool HasProjectTags {
bool get ();
void set (bool value);
}
member HasProjectTags : bool with get, set
Property Value
Type:
BooleanSee Also