UpdateDisplayUpdateLocationUserName Property |
Gets or sets a user name to use to log in to access the location specified in
UpdateLocation.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
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
See Also