Copy From Index CommandIgnore Case Property
This read-only property determines whether to search for index keys case-insensitively
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool IgnoreCase { get; }VB
Public ReadOnly Property IgnoreCase As Boolean
GetC++
public:
property bool IgnoreCase {
bool get ();
}F#
member IgnoreCase : bool with get