openPDC Historian Help
SettingsCategory Property
NamespacesTVA.Historian.FilesArchiveFileSettingsCategory
Gets or sets the category under which the settings of ArchiveFile are to be saved to the config file if the PersistSettings property is set to true.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute("ArchiveFile")]
public string SettingsCategory { get; set; }
<DefaultValueAttribute("ArchiveFile")> _
Public Property SettingsCategory As String
[DefaultValueAttribute(L"ArchiveFile")]
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