'Declaration
<System.ComponentModel.CategoryAttribute("Email")> Public Property Reports As System.Activities.InArgument(Of ICollection(Of SymReport))
'Usage
Dim instance As EmailReports Dim value As System.Activities.InArgument(Of ICollection(Of SymReport)) instance.Reports = value value = instance.Reports
[System.ComponentModel.Category("Email")] public System.Activities.InArgument<ICollection<SymReport>> Reports {get; set;}