Console.Title Property | |
A string specifying the console application's caption.
Namespace:
VO
Assembly:
VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Title AS STRING GET SET
public virtual string Title { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string specifying the console application's caption.
See Also