NET Logging Library
CurrentLine Property (BaseIsolatedFileTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseIsolatedFileTarget Class : CurrentLine Property
The current line that we're working with
Syntax
<XmlIgnoreAttribute()>
Protected Property CurrentLine As String
Dim instance As BaseIsolatedFileTarget
Dim value As String
 
instance.CurrentLine = value
 
value = instance.CurrentLine
[XmlIgnore()]
protected string CurrentLine {get; set;}
[XmlIgnore()]
protected:
property String^ CurrentLine {
   String^ get();
   void set (    String^ value);
}
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

BaseIsolatedFileTarget Class
BaseIsolatedFileTarget Members