Responder Developer Guide
RX_CALLS Property


Syntax
'Declaration
 
<XmlIgnoreAttribute()>
<SoapIgnoreAttribute()>
<DataMemberAttribute()>
<EdmRelationshipNavigationPropertyAttribute("Model", 
   "rx_calls_cust_fk", 
   "Call")>
Public Property RX_CALLS As EntityCollection(Of Call)
'Usage
 
Dim instance As Customer
Dim value As EntityCollection(Of Call)
 
instance.RX_CALLS = value
 
value = instance.RX_CALLS
[XmlIgnore()]
[SoapIgnore()]
[DataMember()]
[EdmRelationshipNavigationProperty("Model", 
   "rx_calls_cust_fk", 
   "Call")]
public EntityCollection<Call> RX_CALLS {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

Customer Class
Customer Members

 

 


Send Comment