IPresentation Style MetadataIs Deprecated Property
This read-only property is used to indicate that the presentation style has been deprecated
Definition
Namespace: Sandcastle.Core.PresentationStyle
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#
bool IsDeprecated { get; }VB
ReadOnly Property IsDeprecated As Boolean
GetC++
property bool IsDeprecated {
bool get ();
}F#
abstract IsDeprecated : bool with get