'Declaration
<System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("The name of the folder on the mail server to select.")> Public Property FolderName As System.Activities.InArgument(Of String)
'Usage
Dim instance As SetMailServerFolder Dim value As System.Activities.InArgument(Of String) instance.FolderName = value value = instance.FolderName
[System.Activities.RequiredArgument()] [System.ComponentModel.Description("The name of the folder on the mail server to select.")] public System.Activities.InArgument<string> FolderName {get; set;}