|
SchemaVersion Property
|
Gets or sets version number of the IEEE Std C37.111 used by this
Schema.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public int Version { get; set; }
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
member Version : int with get, set
function get_Version();
function set_Version(value);
View SourceProperty Value
Int32See Also