Compartilhar via


CreateFolderRequest.Result Property

 

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