PSDriveInfo.DisplayRoot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the UNC path of the drive. This property would be populated only if the created PSDrive is targeting a network drive or else this property would be null.
public:
property System::String ^ DisplayRoot { System::String ^ get(); };
public:
property Platform::String ^ DisplayRoot { Platform::String ^ get(); };
public string DisplayRoot { get; }
member this.DisplayRoot : string
Public ReadOnly Property DisplayRoot As String