JAMS Developer Guide
LogFile Property (History)


MVPSI.JAMS Namespace > History Class : LogFile Property
Gets a Stream to the History entries Log File.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property LogFile As System.IO.Stream
'Usage
 
Dim instance As History
Dim value As System.IO.Stream
 
value = instance.LogFile
[System.ComponentModel.ReadOnly(true)]
[System.ComponentModel.Browsable(false)]
public System.IO.Stream LogFile {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

History Class
History Members