ESRI.ArcGIS.ADF.Web
AddressValue Constructor(String,String)
See Also 
ESRI.ArcGIS.ADF.Web.Geocode Namespace > AddressValue Class > AddressValue Constructor : AddressValue Constructor(String,String)




fieldID
Field identifier for the address component.
addressValue
The value of the address component.
Constructs an AddressValue.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fieldID As String, _
   ByVal addressValue As String _
)
Visual Basic (Usage)Copy Code
Dim fieldID As String
Dim addressValue As String
 
Dim instance As AddressValue(fieldID, addressValue)
C# 
public AddressValue( 
   string fieldID,
   string addressValue
)

Parameters

fieldID
Field identifier for the address component.
addressValue
The value of the address component.

See Also

© 2010 All Rights Reserved.