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