Returns a List of ShopContacts associated to the Contact
[Visual Basic] Public Property ReadOnly List<T> As [C#] public List<T> List<T> { get; } [C++] public: __property * get_List<T>(); [JScript] public function get List<T>() : List<T>
Does not work on ShopContacts
Exception Type | Condition |
---|---|
InvalidOperationException | Indicates that this Property is not accessible because the Contact is loaded from ContactShop Table and has no valid AcceptedSendout Property |
Contact Class | ppm3dakClient.Contacts Namespace