UpdateDisplayReadyToApplyCustomText Property |
Gets or set a custom message that will replace the default message indicating an update is ready to apply.
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 ReadyToApplyCustomText { get; set; }
Public Property ReadyToApplyCustomText As String
Get
Set
public:
property String^ ReadyToApplyCustomText {
String^ get ();
void set (String^ value);
}
member ReadyToApplyCustomText : string with get, set
Property Value
Type:
String
See Also