'Declaration<JetBrains.Annotations.NotNullAttribute()> Property RequestChunkingParameters As DARequestChunkingParameters
'UsageDim instance As _DAOptimizerPluginParameters Dim value As DARequestChunkingParameters instance.RequestChunkingParameters = value value = instance.RequestChunkingParameters
[JetBrains.Annotations.NotNull()] DARequestChunkingParameters RequestChunkingParameters {get; set;}
[JetBrains.Annotations.NotNull()] property DARequestChunkingParameters^ RequestChunkingParameters { DARequestChunkingParameters^ get(); void set ( DARequestChunkingParameters^ value); }
Property Value
The value of this property cannot be null (Nothing in Visual Basic).