UpdateDisplayNoUpdateDisplayText Property |
Gets the text 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 NoUpdateDisplayText { get; set; }
Public Property NoUpdateDisplayText As String
Get
Set
public:
property String^ NoUpdateDisplayText {
String^ get ();
void set (String^ value);
}
member NoUpdateDisplayText : string with get, set
Property Value
Type:
String
See Also