ISyntax Generator MetadataId Property
This read-only property returns the ID for the syntax generator (typically the language name)
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
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#
string Id { get; }VB
ReadOnly Property Id As String
GetC++
property String^ Id {
String^ get ();
}F#
abstract Id : string with get