UserSettingsFullNameConventionCode.LastFirstMiddleInitial 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 initial. Value = 2.
public: int LastFirstMiddleInitial = 2;
public const int LastFirstMiddleInitial = 2;
val mutable LastFirstMiddleInitial : int
Public Const LastFirstMiddleInitial As Integer = 2