'Declaration
<DynamicPropertyHelperAttribute()> Public Property LogFilename As System.String
'Usage
Dim instance As Job Dim value As System.String instance.LogFilename = value value = instance.LogFilename
[DynamicPropertyHelper()] public System.string LogFilename {get; set;}