ESRI.ArcGIS.ADF.IMS
OutputFields Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ExtractInfo Class : OutputFields Property




Defines aliases

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OutputFields As OutputFieldCollection
Visual Basic (Usage)Copy Code
Dim instance As ExtractInfo
Dim value As OutputFieldCollection
 
value = instance.OutputFields
C# 
public OutputFieldCollection OutputFields {get;}

Example

For an example, see the ExtractInfo class overview.

Remarks

The collection of OutputFields, if defined for the layer, contains aliases for field names used when the layer is extracted. Instead of including the field names in the layer's data source, the aliases will be used in the shapefile. If this collection is present, it may only cover a portion of the fields in the layer.

This property is read only. To modify the setting, you must change the ArcXML configuration file for the map service.

See Also

© 2010 All Rights Reserved.