Target InfoLink Type Property
This read-only property is used to get the link type
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 ConceptualLinkType LinkType { get; }VB
Public ReadOnly Property LinkType As ConceptualLinkType
GetC++
public:
property ConceptualLinkType LinkType {
ConceptualLinkType get ();
}F#
member LinkType : ConceptualLinkType with get