MoveFolderRequest.Warnings Property
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