Api FilterEntry Type Property
This is used to get or set the API entry type
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 ApiEntryType EntryType { get; set; }VB
Public Property EntryType As ApiEntryType
Get
SetC++
public:
property ApiEntryType EntryType {
ApiEntryType get ();
void set (ApiEntryType value);
}F#
member EntryType : ApiEntryType with get, set