ESRI.ArcGIS.ADF.ArcGISServer
MobileLayerInfos Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MobileMapInfo Class : MobileLayerInfos Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property MobileLayerInfos As MobileLayerInfo()
Visual Basic (Usage)Copy Code
Dim instance As MobileMapInfo
Dim value() As MobileLayerInfo
 
instance.MobileLayerInfos = value
 
value = instance.MobileLayerInfos
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public MobileLayerInfo[] MobileLayerInfos {get; set;}

See Also

© 2010 All Rights Reserved.