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