|   | LogFileFileName Property | 
        
        
            Gets or sets the name of the 
LogFile, including the file extension.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[DefaultValueAttribute("LogFile.txt")]
public string FileName { get; set; }<DefaultValueAttribute("LogFile.txt")>
Public Property FileName As String
	Get
	Setpublic:
[DefaultValueAttribute(L"LogFile.txt")]
property String^ FileName {
	String^ get ();
	void set (String^ value);
}[<DefaultValueAttribute("LogFile.txt")>]
member FileName : string with get, setfunction get_FileName();
function set_FileName(value);
Property Value
String Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The value being assigned is null or empty string. | 
 See Also
See Also