UpdateDisplayDownloadProgressIsNondeterministic Property |
Returns a value indicating that the update server does not support download progress notification.
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 bool DownloadProgressIsNondeterministic { get; }
Public ReadOnly Property DownloadProgressIsNondeterministic As Boolean
Get
public:
property bool DownloadProgressIsNondeterministic {
bool get ();
}
member DownloadProgressIsNondeterministic : bool with get
Property Value
Type:
Boolean
See Also