|
ArchiveDataBlockIsActive Property
|
Gets a boolean value that indicates whether the
ArchiveDataBlock is being actively used.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
public:
property bool IsActive {
bool get ();
}
member IsActive : bool with get
View SourceProperty Value
Boolean
See Also