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