Partager via


CreateFolderRequest.Path Property

 

Gets the path of the new folder.

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

Syntax

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

Property Value

Type: System.String

A string that contains the path to the new folder.

See Also

CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top