Console.Title Property (Typed) | |
A string specifying the console application's caption.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOConsoleClasses (in XSharp.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