Topic.TopicAbstract Property

HTML to MAML Converter

TopicTopicAbstract Property
Get or set the topic's abstract

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string TopicAbstract { get; set; }
Public Property TopicAbstract As String
	Get
	Set
public:
property String^ TopicAbstract {
	String^ get ();
	void set (String^ value);
}
member TopicAbstract : string with get, set

Property Value

Type: String
See Also