LoggedUpdateResult Property |
Gets the result of the update, or if no
information about the update's result could be found in the log.
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 Nullable<UpdateResult> Result { get; }
Public ReadOnly Property Result As Nullable(Of UpdateResult)
Get
public:
property Nullable<UpdateResult> Result {
Nullable<UpdateResult> get ();
}
member Result : Nullable<UpdateResult> with get
Property Value
Type:
NullableUpdateResult
See Also