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 | |
---|---|---|
FirstLast | Show the first and last name. Value = 1. |
|
FirstMiddleInitialLast | Show the first name, middle initial and last name. Value = 3. |
|
FirstMiddleLast | Show the first, middle and last names. Value = 5. |
|
LastFirst | Show the last name and then the first name. Value = 0. |
|
LastFirstMiddle | Show the last name first, then the first name and the middle name. Value = 4. |
|
LastFirstMiddleInitial | Show the last name first, then the first name and the middle initial. Value = 2. |
|
LastNoSpaceFirst | Show the last name and then the first name, with no space separating the names. Value = 7. |
|
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