UpdateControllerUpdateLocationDomain Property |
Gets or sets a domain user name to use to log in to access the location specified in
UpdateLocation.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string UpdateLocationDomain { get; set; }
Public Property UpdateLocationDomain As String
Get
Set
public:
property String^ UpdateLocationDomain {
String^ get ();
void set (String^ value);
}
member UpdateLocationDomain : string with get, set
Property Value
Type:
String
A domain to use to log in to access updates at UpdateLocation.
Exceptions
Remarks
See Also