NET Logging Library
IsOpen Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BinaryFileTarget Class : IsOpen Property
Indicates the state of the connection to the log file
Syntax
<XmlIgnoreAttribute()>
Public ReadOnly Property IsOpen As Boolean
Dim instance As BinaryFileTarget
Dim value As Boolean
 
value = instance.IsOpen
[XmlIgnore()]
public bool IsOpen {get;}
[XmlIgnore()]
public:
property bool IsOpen {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinaryFileTarget Class
BinaryFileTarget Members