MemberIdentity PropertyMemberIdentity Property*
*Contents  *Index  *Topic Contents
*Previous Topic: MemberCount Property
*Next Topic: MemberModes Property

MemberIdentity Property

Synchronously accesses the Identity of a channel member.

Syntax

value.object.MemberIdentity [MemberNickname]

Parameters

valueRequired. A string expression containing the Identity of a member.
objectRequired. An object expression that evaluates to a Channel object.
MemberNicknameOptional. A variant. When specified, the variant must be a string and represent the nickname of a channel member. If not specified, the Identity of the caller is returned.

Remarks

Access is read-only.

The member's Identity is composed of the member's UserName and IPAddress separated by the @ sign.

Examples

RegisB@REGISB1.dns.microsoft.com
RegisB@zorg.microsoft.com

The Identity of a member is fixed. The identity cannot vary, unlike a member's Nickname.

The user can also synchronously get a member's Identity by using:

<channel>.MemberProperty("Identity", <nickname>)

But the MemberIdentity call is simpler and more efficient.

The asynchronous method to access a member's identity is:

<channel>.QueryMemberProperty "Identity", <nickname>

See Also

MemberProperty, Nickname, QueryMemberProperty


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.