UpdateDisplayApplicationId Property |
Gets or sets a
Guid that is used to uniquely identify the application
that is being updated.
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 Guid ApplicationId { get; set; }
Public Property ApplicationId As Guid
Get
Set
public:
property Guid ApplicationId {
Guid get ();
void set (Guid value);
}
member ApplicationId : Guid with get, set
Property Value
Type:
Guid
A
Guid that uniquely identifies the application.
See Also