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