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 and sets the DFS root physical path.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static string DfsRootPhysicalPath { get; set; }
public:
property String^ DfsRootPhysicalPath {
static String^ get();
static void set(String^ value);
}
Public Shared Property DfsRootPhysicalPath As String
Property Value
Type: System.String
The DFS root physical path.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top