Presentation Style Export AttributeTitle Property
This read-only property is used to get the presentation style title
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 string Title { get; }VB
Public ReadOnly Property Title As String
GetC++
public:
property String^ Title {
String^ get ();
}F#
member Title : string with get