TopicId Property
This is used to get the unique ID of the topic
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 string Id { get; }VB
Public ReadOnly Property Id As String
GetC++
public:
property String^ Id {
String^ get ();
}F#
member Id : string with get