Api MemberMember Id Without Prefix Property
This read-only property returns the API member ID excluding the leading prefix
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 MemberIdWithoutPrefix { get; }VB
Public ReadOnly Property MemberIdWithoutPrefix As String
GetC++
public:
property String^ MemberIdWithoutPrefix {
String^ get ();
}F#
member MemberIdWithoutPrefix : string with get