'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the name of the session to use (optional)")> Public Property SessionName As System.Activities.InArgument(Of String)
'Usage
Dim instance As GetMailServerFolder Dim value As System.Activities.InArgument(Of String) instance.SessionName = value value = instance.SessionName
[System.ComponentModel.Description("Specifies the name of the session to use (optional)")] public System.Activities.InArgument<string> SessionName {get; set;}