UserSettingsFullNameConventionCode.LastNoSpaceFirst 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 no space separating the names. Value = 7.
public: int LastNoSpaceFirst = 7;
public const int LastNoSpaceFirst = 7;
val mutable LastNoSpaceFirst : int
Public Const LastNoSpaceFirst As Integer = 7