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