TopicSource.Title Property
- Namespace
- Kampute.DocToolkit.Topics.Abstracts
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the title of the topic.
public string Title { get; set; }Property Value
- string
- The title of the topic, which is a human-readable string that describes the topic.Setting the title to an empty string will cause the title to be derived from the topic's name or content.
