3dak Client

Contact.ShopContact Property

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>

Remarks

Does not work on ShopContacts

Exceptions

Exception TypeCondition
InvalidOperationExceptionIndicates that this Property is not accessible because the Contact is loaded from ContactShop Table and has no valid AcceptedSendout Property

See Also

Contact Class | ppm3dakClient.Contacts Namespace