Click or drag to resize

ExportFindSetting Method

Returns the ExportSetting for the specified settingName from the Settings.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public ExportSetting FindSetting(
	string settingName
)
View Source

Parameters

settingName  String
Name of the ExportSetting to be retrieved.

Return Value

ExportSetting
An ExportSetting object if a match is found; otherwise null.
See Also