Api FilterFull Name Property
This is used to get the fully qualified name of the API entry
Definition
Namespace: Sandcastle.Core.Project
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 FullName { get; set; }VB
Public Property FullName As String
Get
SetC++
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}F#
member FullName : string with get, set