UpdateDialogShowingEventArgsNoUpdateDisplayHtml Property |
Gets HTML from the update server to display if no update is available.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
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:
StringThe HTML to display if no update is available.
Remarks
See Also