Namespace Summary ItemIs Dirty Property
This read-only property can be used to determine if the namespace summary item was changed
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 IsDirty { get; }VB
Public ReadOnly Property IsDirty As Boolean
GetC++
public:
property bool IsDirty {
bool get ();
}F#
member IsDirty : bool with get