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