RemoveMemberListRequest.ListId Field
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