Share via


UserSettingsFullNameConventionCode Class

Definition

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

public ref class UserSettingsFullNameConventionCode abstract sealed
Inheritance
UserSettingsFullNameConventionCode

Fields

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.

Applies to