Microsoft Chat Server SDK Reference

Class Property

This property contains the type of the Windows NT account.

Syntax

Class = ChatMember.Class
ChatMember.Class = Class

Parameters

Class
A value indicating the account type. See remarks.

Remarks

Class can be one of four types of Windows NT accounts, as defined in WINNT.H. They are described in the following table.

Class type Value Meaning
SidTypeUser 1 Local user account
SidTypeGroup 2 Local group account
SidTypeDomain 3 Domain user account
SidTypeWellKnownGroup 5 Windows NT built-in account

Class cannot be modified after the ChatMember object has been added to the collection.


© 1998 Microsoft Corporation. All rights reserved.