ESRI.ArcGIS.ADF.ArcGISServer
StreetNameFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > StreetNameFields Class : StreetNameFieldName Property




The field name used for street name.

Syntax

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

See Also

© 2010 All Rights Reserved.