ISandcastle ProjectTopic Version Property
This read-only property is used to get the topic version for each topic in the help file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is "100" (meaning 10.0)
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string TopicVersion { get; }VB
ReadOnly Property TopicVersion As String
GetC++
property String^ TopicVersion {
String^ get ();
}F#
abstract TopicVersion : string with getProperty Value
StringThe default is "100" (meaning 10.0)