'Declaration
<System.ComponentModel.CategoryAttribute("Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies the username used to log in")> <System.Activities.RequiredArgumentAttribute()> Public Property Username As System.String
'Usage
Dim instance As ScpDownload Dim value As System.String instance.Username = value value = instance.Username
[System.ComponentModel.Category("Authentication")] [System.ComponentModel.Description("Specifies the username used to log in")] [System.Activities.RequiredArgument()] public System.string Username {get; set;}