FileParser.TopicId Property

HTML to MAML Converter

FileParserTopicId Property
This returns the topic ID parsed from the file

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

Property Value

Type: Guid
See Also