Responder Developer Guide
addressList Property (contactInfo)


Syntax
'Declaration
 
<XmlArrayAttribute(2)>
<XmlArrayItemAttribute(False)>
Public Property addressList As addressItem()
'Usage
 
Dim instance As contactInfo
Dim value() As addressItem
 
instance.addressList = value
 
value = instance.addressList
[XmlArray(2)]
[XmlArrayItem(false)]
public addressItem[] addressList {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

contactInfo Class
contactInfo Members

 

 


Send Comment