LoggedUpdateApplicationId Property |
Gets the Application ID for the logged update.
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 Guid ApplicationId { get; }
Public ReadOnly Property ApplicationId As Guid
Get
public:
property Guid ApplicationId {
Guid get ();
}
member ApplicationId : Guid with get
Property Value
Type:
Guid
See Also