Reference Link SettingsReference Link Description Property
This read-only property returns a description of the settings
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string ReferenceLinkDescription { get; }VB
Public ReadOnly Property ReferenceLinkDescription As String
GetC++
public:
property String^ ReferenceLinkDescription {
String^ get ();
}F#
member ReferenceLinkDescription : string with get