'Declaration
<NotNullAttribute()> Public Property ChunkingParameters As UAFileTransferChunkingParameters
'Usage
Dim instance As EasyUAFileTransferClientParameters Dim value As UAFileTransferChunkingParameters instance.ChunkingParameters = value value = instance.ChunkingParameters
[NotNull()] public UAFileTransferChunkingParameters ChunkingParameters {get; set;}
[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).