openPDC Historian Help
SettingsCategory Property
NamespacesTVA.Historian.NotifiersNotifierBaseSettingsCategory
Gets or sets the category under which the notifier settings are to be saved to the config file if the PersistSettings property is set to true.
Declaration Syntax
C#Visual BasicVisual C++
public string SettingsCategory { get; set; }
Public Property SettingsCategory As String
public:
virtual property String^ SettingsCategory {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252