'Declaration
<DefaultValueAttribute(True)> Public Property EnableChunking As Boolean
'Usage
Dim instance As EasyUAFileTransferClientParameters Dim value As Boolean instance.EnableChunking = value value = instance.EnableChunking
[DefaultValue(true)] public bool EnableChunking {get; set;}
[DefaultValue(true)] public: property bool EnableChunking { bool get(); void set ( bool value); }