public override string Name { get; }
Public Overrides ReadOnly Property Name As String Get
public: virtual property String^ Name { String^ get () override; }
abstract Name : string with get override Name : string with get
function get_Name();
This name is used for class identification in strings (e.g., used in error message).
Derived classes should override this method with a proper class name.
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.