Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current step and progress of the removal operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public RemoveFolderStepStatus Progress { get; }
public:
property RemoveFolderStepStatus^ Progress {
RemoveFolderStepStatus^ get();
}
Public ReadOnly Property Progress As RemoveFolderStepStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.RemoveFolderStepStatus
An instance of RemoveFolderStepStatus.
See Also
RemoveFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top