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




The field name used for suffix type.

Syntax

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

See Also

© 2010 All Rights Reserved.