Conceptual Link InfoAnchor Property
This read-only property returns the optional anchor name within the target
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 Anchor { get; }VB
Public ReadOnly Property Anchor As String
GetC++
public:
property String^ Anchor {
String^ get ();
}F#
member Anchor : string with get