PhotoImportOperation.Stage Property

Definition

Gets the current stage of the in-progress operation.

public:
 property PhotoImportStage Stage { PhotoImportStage get(); };
PhotoImportStage Stage();
public PhotoImportStage Stage { get; }
var photoImportStage = photoImportOperation.stage;
Public ReadOnly Property Stage As PhotoImportStage

Property Value

The current stage of the in-progress operation.

Applies to