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 any warnings encountered during the operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CreateFolderResult Result { get; }
public:
property CreateFolderResult Result {
CreateFolderResult get();
}
Public ReadOnly Property Result As CreateFolderResult
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderResult
An instance of the CreateFolderResult class.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top