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