Indexed CacheName Property
This read-only property returns the name of the index cache
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 string Name { get; }VB
Public ReadOnly Property Name As String
GetC++
public:
property String^ Name {
String^ get ();
}F#
member Name : string with get