|   | LogFileIsOpen Property | 
        
        
            Gets a boolean value that indicates whether the 
LogFile is open.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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
Property Value
Boolean See Also
See Also