ListMemberType Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains integer flags that are used for the List.MemberType attribute, used to indicate whether a list specifies accounts, contacts, or leads.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.ListMemberType
Syntax
public static class ListMemberType
Public NotInheritable Class ListMemberType
Fields
Name | Description | |
---|---|---|
Account | A list of accounts. Value = 1. |
|
Contact | A list of contacts. Value = 2. |
|
Lead | A list of leads. Value = 4. |
Remarks
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. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.Sdk Namespace
List (marketing list) entity
Sample: Distribute campaign activities to dynamic and static lists
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright