Expand Minimize
This topic has not yet been rated - Rate this topic

StringFormat Enumeration

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

Describes the formatting of a string attribute

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
'Usage

'Declaration
<DataContractAttribute(Name:="StringFormat", Namespace:="http://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration StringFormat
Member nameDescription
EmailSpecifies to display the string as an e-mail. Value = 0.
PhoneFor internal use only.
PhoneticGuideSpecifies to display the string as a phonetic guide. Value = 5.
TextSpecifies to display the string as text. Value = 1.
TextAreaSpecifies to display the string as a text area. Value = 2.
TickerSymbolSpecifies to display the string as a ticker symbol. Value = 4.
UrlSpecifies to display the string as a URL. Value = 3.
VersionNumberSpecifies to display the string as a version number. Value = 6.

Development Platforms

Windows Server 2008

Target Platforms

Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)

Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.