Dart.Ftp Namespace > FtpSession Class : BlockSize Property |
<DefaultValueAttribute(65536)> Public Property BlockSize As Integer
Dim instance As FtpSession Dim value As Integer instance.BlockSize = value value = instance.BlockSize
[DefaultValue(65536)] public int BlockSize {get; set;}
[DefaultValue(65536)] public: property int BlockSize { int get(); void set ( int value); }