Partager via


Classe ListMemberType

S'applique à: CRM 2015 on-prem, CRM Online

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

Espace de noms: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ListMemberType
public static class ListMemberType

Remarques

The following table shows the values for this class.

Member Value Description

Account

1

Specifies a list of accounts.

Contact

2

Specifies a list of contacts.

Lead

4

Specifies a list of leads.

Hiérarchie d'héritage

System.Object
  Microsoft.Crm.Sdk.ListMemberType

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Membres ListMemberType
Espace de noms Microsoft.Crm.Sdk

Autres ressources

List (Marketing List) Entity
Sample: Distribute Campaign Activities to Dynamic and Static Lists

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.