Topic TypeUnique Id Property
The unique ID of the topic type
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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 UniqueId { get; }VB
Public ReadOnly Property UniqueId As String
GetC++
public:
property String^ UniqueId {
String^ get ();
}F#
member UniqueId : string with get