Presentation Style Export AttributeIs 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#
public bool IsDeprecated { get; set; }VB
Public Property IsDeprecated As Boolean
Get
SetC++
public:
property bool IsDeprecated {
bool get ();
void set (bool value);
}F#
member IsDeprecated : bool with get, set