Condividi tramite


StorageManager.GetServerFolderRootPath Property

 

Gets the path to the root folder on a server.

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

Syntax

public string GetServerFolderRootPath { get; }
public:
property String^ GetServerFolderRootPath {
    String^ get();
}
Public ReadOnly Property GetServerFolderRootPath As String

Property Value

Type: System.String

A String that contains the path to the root folder on the server.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top