ESRI.ArcGIS.ADF.IMS | |
OutputFields Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ExtractInfo Class : OutputFields Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property OutputFields As OutputFieldCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public OutputFieldCollection OutputFields {get;} |
For an example, see the ExtractInfo class overview.
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.