ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
MatchCodes Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.Services Namespace > GeocodeResult Class : MatchCodes Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute("http://schemas.microsoft.com/2003/10/Serialization/Arrays")>
<XmlArrayAttribute(True)>
Public Property MatchCodes As String()
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResult
Dim value() As String
 
instance.MatchCodes = value
 
value = instance.MatchCodes
C# 
[XmlArrayItemAttribute("http://schemas.microsoft.com/2003/10/Serialization/Arrays")]
[XmlArrayAttribute(true)]
public string[] MatchCodes {get; set;}

See Also

© 2010 All Rights Reserved.