MSHelp KeywordValid Index Names Property
This read-only property returns an enumerable list of valid index names
Definition
Namespace: Sandcastle.Core.ConceptualContent
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 static IEnumerable<string> ValidIndexNames { get; }VB
Public Shared ReadOnly Property ValidIndexNames As IEnumerable(Of String)
GetC++
public:
static property IEnumerable<String^>^ ValidIndexNames {
IEnumerable<String^>^ get ();
}F#
static member ValidIndexNames : IEnumerable<string> with get