|   | LogFileSettingsCategory Property | 
        
        
            Gets or sets the category under which the settings of 
LogFile object are to be saved
            to the config file if the 
PersistSettings property is set to true.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[DefaultValueAttribute("LogFile")]
public string SettingsCategory { get; set; }<DefaultValueAttribute("LogFile")>
Public Property SettingsCategory As String
	Get
	Setpublic:
[DefaultValueAttribute(L"LogFile")]
virtual property String^ SettingsCategory {
	String^ get () sealed;
	void set (String^ value) sealed;
}[<DefaultValueAttribute("LogFile")>]
abstract SettingsCategory : string with get, set
[<DefaultValueAttribute("LogFile")>]
override SettingsCategory : string with get, setfunction get_SettingsCategory();
function set_SettingsCategory(value);
Property Value
StringImplements
IPersistSettingsSettingsCategory Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The value being assigned is null or empty string. | 
 See Also
See Also