CmdletProvider.PSDriveInfo 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.
The drive information associated with the context of the current operation.
protected:
property System::Management::Automation::PSDriveInfo ^ PSDriveInfo { System::Management::Automation::PSDriveInfo ^ get(); };
protected System.Management.Automation.PSDriveInfo PSDriveInfo { get; }
member this.PSDriveInfo : System.Management.Automation.PSDriveInfo
Protected ReadOnly Property PSDriveInfo As PSDriveInfo