Convertible ElementAddressable Property
This read-only property returns true if the element is addressable (it can have an address attribute
that serves as a link target).
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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 bool Addressable { get; }VB
Public ReadOnly Property Addressable As Boolean
GetC++
public:
property bool Addressable {
bool get ();
}F#
member Addressable : bool with get