Checks if a Contact is already bound to a UserCategory
[Visual Basic] Public Function Contains( _ ByVal Contact As Contact _ ) As Boolean [C#] public bool Contains( Contact Contact ); [C++] public: bool Contains( Contact* Contact ); [JScript] public function Contains( Contact Contact ): bool;
True if Contact is Found in UserCategory
Doesn't work on ShopContacts
Exception Type | Condition |
---|---|
InvalidConstraintException | Indicates that a ShopContact was provided. |
ContactList Class | ppm3dakClient.Contacts Namespace