Api FilterIs Exposed Property
This is used to get or set whether or not the entry is exposed
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 bool IsExposed { get; set; }VB
Public Property IsExposed As Boolean
Get
SetC++
public:
property bool IsExposed {
bool get ();
void set (bool value);
}F#
member IsExposed : bool with get, set