'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;}