Art TargetText Property
This is used to set the alternate text for reference links
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string Text { get; set; }VB
Public Property Text As String
Get
SetC++
public:
property String^ Text {
String^ get ();
void set (String^ value);
}F#
member Text : string with get, set