MoveFolderRequest.Progress Property
Gets the current step and progress of the move operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public MoveFolderStepStatus Progress { get; }
public:
property MoveFolderStepStatus^ Progress {
MoveFolderStepStatus^ get();
}
Public ReadOnly Property Progress As MoveFolderStepStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.MoveFolderStepStatus
An instance of MoveFolderStepStatus.
See Also
MoveFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top