Share via


RemoveMemberListRequest.EntityId Field

banner art

Specifies the ID of the list member.

Syntax

[Visual Basic .NET]
Public Field EntityId As Guid
[C#]
public Guid EntityId;
[JScript]
public var EntityId : Guid;

Remarks

The EntityId field corresponds to the listmember.listmemberid field, which is the primary key for the listmember entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.