|
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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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