Api MemberTopic Filename Property
This read-only property returns the topic filename
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 TopicFilename { get; }VB
Public ReadOnly Property TopicFilename As String
GetC++
public:
property String^ TopicFilename {
String^ get ();
}F#
member TopicFilename : string with get