Gets or sets the name. Application names must be made up of only uppercase and lowercase
ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

C# |
public string Name { get; set; }

The name.