'Declaration
<System.ComponentModel.CategoryAttribute("Results")> <System.ComponentModel.DescriptionAttribute("The name of the current folder on the mail server.")> Public Property FolderName As System.Activities.OutArgument(Of String)
'Usage
Dim instance As GetMailServerFolder Dim value As System.Activities.OutArgument(Of String) instance.FolderName = value value = instance.FolderName
[System.ComponentModel.Category("Results")] [System.ComponentModel.Description("The name of the current folder on the mail server.")] public System.Activities.OutArgument<string> FolderName {get; set;}