PSDriveInfo.DisplayRoot Property

Definition

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

Property Value

Applies to