Share via


RemoveMemberListRequest.ListId Field

banner art

Specifies the ID of the list (marketing list).

Syntax

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

Remarks

The ListId parameters corresponds to the list.listid field, which is the primary key for the list entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.