Category Property
      
 

Description

Holds Identity category.


Property type

An IdentityCategoryEnum enumeration.  


Syntax

object.Category [= value]



The Category Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPIdentity.
value An IdentityCategoryEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 CatUnknown 0
 CatAccount 1
 CatAuth 2
 CatAutomation 3
 CatClient 4
 CatCollaboration 5
 CatComponent 6
 CatConference 7
 CatDirectory 8
 CatGateway 9
 CatHeadline 10
 CatHierarchy 11
 CatProxy 12
 CatPubsub 13
 CatServer 14
 CatStore 15