IntegerFormat Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the formatting of an integer attribute.
For the Web API use the IntegerFormat EnumType.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataContractAttribute(Name = "IntegerFormat", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum IntegerFormat
<DataContractAttribute(Name := "IntegerFormat", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public Enumeration IntegerFormat
Members
Member name | Description | |
---|---|---|
Duration | Specifies to display the integer as a drop down list of durations. Value = 1. |
|
Language | Specifies the display the integer as a drop down list of installed languages. Value = 3. |
|
Locale | Specifies a locale. Value = 4. |
|
None | Specifies to display an edit field for an integer. Value = 0. |
|
TimeZone | Specifies to display the integer as a drop down list of time zones. Value = 2. |
See Also
IntegerAttributeMetadata
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright