Compartilhar via


MoveFolderRequest.RollbackWarnings Property

 

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