UserSettingsFullNameConventionCode Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains integer values that are used for the UserSettings.FullNameConventionCode attribute.

Namespace:   Microsoft.Crm.Sdk
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Crm.Sdk.UserSettingsFullNameConventionCode

Syntax

public static class UserSettingsFullNameConventionCode
Public NotInheritable Class UserSettingsFullNameConventionCode

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static FirstLast

Show the first and last name. Value = 1.

System_CAPS_pubfieldSystem_CAPS_static FirstMiddleInitialLast

Show the first name, middle initial and last name. Value = 3.

System_CAPS_pubfieldSystem_CAPS_static FirstMiddleLast

Show the first, middle and last names. Value = 5.

System_CAPS_pubfieldSystem_CAPS_static LastFirst

Show the last name and then the first name. Value = 0.

System_CAPS_pubfieldSystem_CAPS_static LastFirstMiddle

Show the last name first, then the first name and the middle name. Value = 4.

System_CAPS_pubfieldSystem_CAPS_static LastFirstMiddleInitial

Show the last name first, then the first name and the middle initial. Value = 2.

System_CAPS_pubfieldSystem_CAPS_static LastNoSpaceFirst

Show the last name and then the first name, with no space separating the names. Value = 7.

System_CAPS_pubfieldSystem_CAPS_static LastSpaceFirst

Show the last name and then the first name, with a space separating the names. Value = 6.

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
UserSettings entity messages and methods

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright