Code SnippetTitle Property
This read-only property returns the title for the snippet if one is defined
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.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