'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> <System.ComponentModel.CategoryAttribute("Execution")> Public Property LogFilename As System.String
'Usage
Dim instance As Entry Dim value As System.String instance.LogFilename = value value = instance.LogFilename
[System.ComponentModel.ReadOnly(true)] [System.ComponentModel.Category("Execution")] public System.string LogFilename {get; set;}