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 warning that occurred during the rollback of a move operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public RollbackWarnings RollbackWarnings { get; }
public:
property RollbackWarnings RollbackWarnings {
RollbackWarnings get();
}
Public ReadOnly Property RollbackWarnings As RollbackWarnings
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.RollbackWarnings
An instance of RollbackWarnings.
See Also
MoveFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top