UpdateControllerUpdateLocationUserName Property |
Gets or sets a 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 UpdateLocationUserName { get; set; }
Public Property UpdateLocationUserName As String
Get
Set
public:
property String^ UpdateLocationUserName {
String^ get ();
void set (String^ value);
}
member UpdateLocationUserName : string with get, set
Property Value
Type:
String
A user name to use to log in to access updates at UpdateLocation.
Exceptions
Remarks
See Also