'DeclarationPublic Property RequestChunkingParameters As DARequestChunkingParameters
'UsageDim instance As DAOptimizerPluginParameters Dim value As DARequestChunkingParameters instance.RequestChunkingParameters = value value = instance.RequestChunkingParameters
public DARequestChunkingParameters RequestChunkingParameters {get; set;}
public: property DARequestChunkingParameters^ RequestChunkingParameters { DARequestChunkingParameters^ get(); void set ( DARequestChunkingParameters^ value); }