UpdateDialogShowingEventArgsNoUpdateDisplayText Property |
Gets text 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 NoUpdateDisplayText { get; }
Public ReadOnly Property NoUpdateDisplayText As String
Get
public:
property String^ NoUpdateDisplayText {
String^ get ();
}
member NoUpdateDisplayText : string with get
Property Value
Type:
StringThe text to display if no update is available.
Remarks
See Also