JAMS Developer Guide
ServerTransferMode Property


MVPSI.JAMS.Sym.Activities Namespace > SymConfig Class : ServerTransferMode Property
Transfer Mode ("ascii" or "binary")
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("SYM")>
<System.ComponentModel.DescriptionAttribute("Transfer Mode ("ascii" or "binary"")>
Public Property ServerTransferMode As SymActivity.TransferMode
'Usage
 
Dim instance As SymConfig
Dim value As SymActivity.TransferMode
 
instance.ServerTransferMode = value
 
value = instance.ServerTransferMode
[System.ComponentModel.Category("SYM")]
[System.ComponentModel.Description("Transfer Mode ("ascii" or "binary"")]
public SymActivity.TransferMode ServerTransferMode {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

SymConfig Class
SymConfig Members