UpdateDisplayApplicationName Property |
Gets or sets the name of the application, as shown in the control's tooltips
and details popup.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic string ApplicationName { get; set; }
Public Property ApplicationName As String
Get
Set
public:
property String^ ApplicationName {
String^ get ();
void set (String^ value);
}
member ApplicationName : string with get, set
Property Value
Type:
StringThe name of the application, as shown in the control's tooltips and
details popup.
See Also