ListMemberType Class

Definition

Contains integer flags that are used for the List.MemberType attribute, used to indicate whether a list specifies accounts, contacts, or leads.

public ref class ListMemberType abstract sealed
public static class ListMemberType
type ListMemberType = class
Public Class ListMemberType
Inheritance
ListMemberType

Remarks

The following table shows the values for this class.

Member

Value

Description

Fields

Account

A list of accounts. Value = 1.

Contact

A list of contacts. Value = 2.

Lead

A list of leads. Value = 4.

Applies to