UserSettingsFullNameConventionCode.LastSpaceFirst 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 and then the first name, with a space separating the names. Value = 6.
public: int LastSpaceFirst = 6;
public const int LastSpaceFirst = 6;
val mutable LastSpaceFirst : int
Public Const LastSpaceFirst As Integer = 6