ESRI.ArcGIS.ADF.ArcGISServer
PacketSize Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CacheStorageInfo Class : PacketSize Property




The cache tile packet size.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property PacketSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As CacheStorageInfo
Dim value As Integer
 
instance.PacketSize = value
 
value = instance.PacketSize
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int PacketSize {get; set;}

See Also

© 2010 All Rights Reserved.