AttributeTypeCode EnumType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the type of an attribute.
This Web API enum type corresponds to the organization service AttributeTypeCode.
Members define the discrete options for the enumeration type.
Name | Value | Description |
|---|---|---|
Boolean | 0 | A Boolean attribute. |
Customer | 1 | An attribute that represents a customer. |
DateTime | 2 | A date/time attribute. |
Decimal | 3 | A decimal attribute. |
Double | 4 | A double attribute. |
Integer | 5 | An integer attribute. |
Lookup | 6 | A lookup attribute. |
Memo | 7 | A memo attribute. |
Money | 8 | A money attribute. |
Owner | 9 | An owner attribute. |
PartyList | 10 | A partylist attribute. |
Picklist | 11 | A picklist attribute. |
State | 12 | A state attribute. |
Status | 13 | A status attribute. |
String | 14 | A string attribute. |
Uniqueidentifier | 15 | An attribute that is an ID. |
CalendarRules | 16 | An attribute that contains calendar rules. |
Virtual | 17 | An attribute that is created by the system at run time. |
BigInt | 18 | A big integer attribute. |
ManagedProperty | 19 | A managed property attribute. |
EntityName | 20 | An entity name attribute. |
The following use the AttributeTypeCode enum type.
Name | How used | Description |
|---|---|---|
AttributeType Property | Contains all the metadata for an entity attribute. | |
ValueAttributeTypeCode Property | For internal use only. | |
AttributeType Property | Contains the metadata for a complex attribute. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright