Share via


MoveFolderRequest.ProblemPath Property

 

Gets the path of the folder that could not be moved because of a problem.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public string ProblemPath { get; private set; }
public:
property String^ ProblemPath {
    String^ get();
    private: void set(String^ value);
}
Public Property ProblemPath As String
    Get
    Private Set
End Property

Property Value

Type: System.String

A string that contains the path to the folder.

See Also

MoveFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top