ESRI.ArcGIS.ADF.Tasks
MaxFileUploadSize Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : MaxFileUploadSize Property




The maximum file upload size in MB for GPDataFile parameter support and for uploading result information for asynchronous tasks.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("The maximum file upload size in MB for GPDataFile parameter support and for uploading result information for asynchronous tasks.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Task")>
Public Property MaxFileUploadSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Integer
 
instance.MaxFileUploadSize = value
 
value = instance.MaxFileUploadSize
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("The maximum file upload size in MB for GPDataFile parameter support and for uploading result information for asynchronous tasks.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Task")]
public int MaxFileUploadSize {get; set;}

See Also

© 2010 All Rights Reserved.