FileParser.RevisionNumber Property

HTML to MAML Converter

FileParserRevisionNumber Property
This returns the revision number parsed from the file

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

Property Value

Type: String
See Also