Indexed Comments CacheShow Duplicates Warning Property
This is used to get or set whether or not duplicate entry warnings are generated
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool ShowDuplicatesWarning { get; set; }VB
Public Property ShowDuplicatesWarning As Boolean
Get
SetC++
public:
property bool ShowDuplicatesWarning {
bool get ();
void set (bool value);
}F#
member ShowDuplicatesWarning : bool with get, set