Api Topic Section HandlerSection Type Property
The section type
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 ApiTopicSectionType SectionType { get; }VB
Public ReadOnly Property SectionType As ApiTopicSectionType
GetC++
public:
property ApiTopicSectionType SectionType {
ApiTopicSectionType get ();
}F#
member SectionType : ApiTopicSectionType with get