Reflection Data SetTitle Property
This is used to get or set the reflection data set title
Definition
Namespace: Sandcastle.Core.Reflection
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; set; }VB
Public Property Title As String
Get
SetC++
public:
property String^ Title {
String^ get ();
void set (String^ value);
}F#
member Title : string with get, set