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 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