Api MemberOverload Topic Id Property
This read-only property returns the overload topic ID if the member is overloaded
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 OverloadTopicId { get; }VB
Public ReadOnly Property OverloadTopicId As String
GetC++
public:
property String^ OverloadTopicId {
String^ get ();
}F#
member OverloadTopicId : string with get