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