ESRI.ArcGIS.ADF.IMS
LoadFields Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > InitializationParameters Class : LoadFields Property




Whether to load the layer fields on initialization.

Syntax

Visual Basic (Declaration) 
Public Property LoadFields As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InitializationParameters
Dim value As Boolean
 
instance.LoadFields = value
 
value = instance.LoadFields
C# 
public bool LoadFields {get; set;}

Example

For an example, see the InitializationParameters overview.

Remarks

If this property is set to true, then field information will be available in the Dataset property for FeatureLayer items in MapView objects created from the MapService in which the InitializationParameters are used. If set to false, then field information will not be available.

See Also

© 2010 All Rights Reserved.