JAMS Developer Guide
ServerType Property (SftpUpload)


MVPSI.JAMS.Activities Namespace > SftpUpload Class : ServerType Property
Specifies the type of O/S the server is running on
Syntax
'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 SftpUpload
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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SftpUpload Class
SftpUpload Members