Click or drag to resize
UpdateDisplayUpdateLocationDomain Property
Gets or sets a domain user name 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 UpdateLocationDomain { get; set; }

Property Value

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