ESRI.ArcGIS.ADF.IMS
LoadFields Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.