|
IExporterName Property
|
Gets or sets the name of the exporter.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxstring Name { get; set; }
Property Name As String
Get
Set
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
function get_Name();
function set_Name(value);
View SourceProperty Value
String
See Also