'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property ChunkingParameters As UAFileTransferChunkingParameters
'Usage
Dim instance As EasyUAFileTransferClientParameters Dim value As UAFileTransferChunkingParameters instance.ChunkingParameters = value value = instance.ChunkingParameters
[JetBrains.Annotations.NotNull()] public UAFileTransferChunkingParameters ChunkingParameters {get; set;}
[JetBrains.Annotations.NotNull()] public: property UAFileTransferChunkingParameters^ ChunkingParameters { UAFileTransferChunkingParameters^ get(); void set ( UAFileTransferChunkingParameters^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).