NewPSDriveCommand.Root Property

Definition

Gets or sets the root of the drive. This path should be a namespace specific path.

public:
 property System::String ^ Root { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Root { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Root { get; set; }
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.Parameter(Mandatory=true, Position=2, ValueFromPipelineByPropertyName=true)]
public string Root { get; set; }
member this.Root : string with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=2, ValueFromPipelineByPropertyName=true)>]
member this.Root : string with get, set
Public Property Root As String

Property Value

Attributes

Applies to