UpdateDisplayNoUpdateCustomText Property |
Gets or sets a customized message for the No Update Available state. When set, the default text is replaced.
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 NoUpdateCustomText { get; set; }
Public Property NoUpdateCustomText As String
Get
Set
public:
property String^ NoUpdateCustomText {
String^ get ();
void set (String^ value);
}
member NoUpdateCustomText : string with get, set
Property Value
Type:
String
See Also