csharp console header

Code Example - csharp console header

                
                        Console.Title = "Title";
                    
                
 

how to change the title of the console in csharp

                        
                                ///Set console Title
Console.Title = "Insert Console title";