ApplicationTitle Property (About)
In This Topic
Gets or sets the application title.
Syntax
'Declaration
Public Property ApplicationTitle As String
public string ApplicationTitle {get; set;}
Property Value
The title of the application as a
System.String.
See Also