| TopicCollectionDefaultTopic Property |
This is used to get the default topic
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Topic DefaultTopic { get; }
Public ReadOnly Property DefaultTopic As Topic
Get
public:
property Topic^ DefaultTopic {
Topic^ get ();
}
member DefaultTopic : Topic with get
Property Value
Type:
TopicIt returns the default topic or null if one is not set
See Also