ISyntax Generator MetadataVersion Property
This read-only property returns the version of the syntax generator
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 Version { get; }VB
ReadOnly Property Version As String
GetC++
property String^ Version {
String^ get ();
}F#
abstract Version : string with get