|
ParserSchema Property
|
Gets or sets associated COMTRADE schema for this
Parser.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public Schema Schema { get; set; }
Public Property Schema As Schema
Get
Set
member Schema : Schema with get, set
function get_Schema();
function set_Schema(value);
View SourceProperty Value
SchemaRemarks
Upon assignment, any
FileName value will be used to
initialize the parser's initial
FileName property when an associated
data file that ends with ".cff", ".dat" or ".d00" is found to exist.
See Also