ImportProgressStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class for import progress status.
public ref class ImportProgressStatus : EventArgs
public class ImportProgressStatus : EventArgs
type ImportProgressStatus = class
inherit EventArgs
Public Class ImportProgressStatus
Inherits EventArgs
- Inheritance
-
ImportProgressStatus
Constructors
ImportProgressStatus() |
Properties
DeploymentStage |
Gets or Sets PD stage. |
isCompleted |
Gets or Sets status completed or not. |
StatusMessage |
Gets or Sets message status. |