TopicCollection.DefaultTopic Property

HTML to MAML Converter

TopicCollectionDefaultTopic Property
This is used to get the default topic

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
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: Topic
It returns the default topic or null if one is not set
See Also