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




The field name used to store the full street name.

Syntax

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

See Also

© 2010 All Rights Reserved.