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