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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string Name { get; set; }
 Value
 ValueThe name.