TopicDocument Type Property
This read-only property is used to get the document type
Definition
Namespace: Sandcastle.Core.ConceptualContent
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 DocumentType DocumentType { get; }VB
Public ReadOnly Property DocumentType As DocumentType
GetC++
public:
property DocumentType DocumentType {
DocumentType get ();
}F#
member DocumentType : DocumentType with get