UserSettingsFullNameConventionCode.LastFirstMiddle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show the last name first, then the first name and the middle name. Value = 4.
public: int LastFirstMiddle = 4;
public const int LastFirstMiddle = 4;
val mutable LastFirstMiddle : int
Public Const LastFirstMiddle As Integer = 4