Topic TypeTopic Element Name Property
The topic element name associated with the topic type if any
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 TopicElementName { get; }VB
Public ReadOnly Property TopicElementName As String
GetC++
public:
property String^ TopicElementName {
String^ get ();
}F#
member TopicElementName : string with get