JAMS Developer Guide
LogFile Property (Entry)


MVPSI.JAMS Namespace > Entry Class : LogFile Property
Gets a Stream which contains the LogFile for this entry.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property LogFile As System.IO.Stream
'Usage
 
Dim instance As Entry
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

Entry Class
Entry Members