Click or drag to resize
UpdateDisplayUpdateLocationPassword Property
Gets or sets a password to use to log in to access the location specified in UpdateLocation.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public string UpdateLocationPassword { get; set; }

Property Value

Type: String
A password to use to log in to access updates at UpdateLocation.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
See Also