NewPSDriveCommand.Root 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 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