|
MetadataFileFileName Property
|
Gets or sets the name of the file.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax public override string FileName { get; set; }
Public Overrides Property FileName As String
Get
Set
public:
virtual property String^ FileName {
String^ get () override;
void set (String^ value) override;
}
abstract FileName : string with get, set
override FileName : string with get, set
function get_FileName();
function set_FileName(value);
View SourceProperty Value
StringRemarks
Changing the
FileName when the file is open will cause the file to be re-opened.
See Also