ESRI.ArcGIS.ADF.ArcGISServer
SpatialReferenceFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > QueryFilter Class : SpatialReferenceFieldName Property




The field name of the output spatial reference.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property SpatialReferenceFieldName As String
Visual Basic (Usage)Copy Code
Dim instance As QueryFilter
Dim value As String
 
instance.SpatialReferenceFieldName = value
 
value = instance.SpatialReferenceFieldName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string SpatialReferenceFieldName {get; set;}

See Also

© 2010 All Rights Reserved.