Api MemberTopic Name Property
This read-only property returns the member's topic name
Definition
Namespace: Sandcastle.Core.Reflection
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 TopicName { get; }VB
Public ReadOnly Property TopicName As String
GetC++
public:
property String^ TopicName {
String^ get ();
}F#
member TopicName : string with get