3dak Client

Contact.Category Property

Returns a List of Usercategories the Contact is bound to

[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 Categories Property

See Also

Contact Class | ppm3dakClient.Contacts Namespace