'Declaration
<System.ComponentModel.CategoryAttribute("Email Message")> <System.ComponentModel.DescriptionAttribute("The name of the Attachment to download (Optional).")> Public Property AttachmentName As System.Activities.InArgument(Of String)
'Usage
Dim instance As ForEachAttachment Dim value As System.Activities.InArgument(Of String) instance.AttachmentName = value value = instance.AttachmentName
[System.ComponentModel.Category("Email Message")] [System.ComponentModel.Description("The name of the Attachment to download (Optional).")] public System.Activities.InArgument<string> AttachmentName {get; set;}