UpdateDisplayNoUpdateDisplayHtml Property |
Gets the HTML to be displayed on the details panel when no updates are available.
This information is defined as a property of the update location.
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 NoUpdateDisplayHtml { get; }
Public ReadOnly Property NoUpdateDisplayHtml As String
Get
public:
property String^ NoUpdateDisplayHtml {
String^ get ();
}
member NoUpdateDisplayHtml : string with get
Property Value
Type:
String
See Also