IPresentation Style MetadataTitle Property
This read-only property returns the title for the presentation style
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#
string Title { get; }VB
ReadOnly Property Title As String
GetC++
property String^ Title {
String^ get ();
}F#
abstract Title : string with get