Click or drag to resize
UpdateControllerUpdateLocationUserName Property
Gets or sets a user name to use to log in to access the location specified in UpdateLocation.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string UpdateLocationUserName { get; set; }

Property Value

Type: String
A user name to use to log in to access updates at UpdateLocation.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
Settings this property will reset UseDefaultCredentialsOverHttp to , and setting that property to will reset this property.
See Also