|
ArchiveFile.IsOpen Property
|
Gets a boolean value that indicates whether the
ArchiveFile is currently open.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(false)]
public bool IsOpen { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsOpen As Boolean
Get
public:
[BrowsableAttribute(false)]
property bool IsOpen {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsOpen : bool with get
View SourceProperty Value
Boolean
See Also