Class Installation
Internal message used internally during installation.
Each part of the installation will return the status / message when installing.
public class Installation
- Inheritance
-
Installation
Properties
Alias
current alias value from server
public Alias Alias { get; set; }
Property Value
Message
Message or error in case something failed.
public string Message { get; set; }
Property Value
Success
Status if everything worked.
public bool Success { get; set; }