FileParser.TopicAbstract Property

HTML to MAML Converter

FileParserTopicAbstract Property
This returns the abstract parsed from the file

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

Property Value

Type: String
See Also