'Declaration
<System.ComponentModel.CategoryAttribute("Connection Options")> <System.ComponentModel.DescriptionAttribute("What is the server O/S?")> <System.Activities.RequiredArgumentAttribute()> Public Property ServerType As SFTPServerType
'Usage
Dim instance As SftpDownload Dim value As SFTPServerType instance.ServerType = value value = instance.ServerType
[System.ComponentModel.Category("Connection Options")] [System.ComponentModel.Description("What is the server O/S?")] [System.Activities.RequiredArgument()] public SFTPServerType ServerType {get; set;}