ProviderInfo.Drives Property

Definition

Gets an enumeration of drives that are available for this provider.

public:
 property System::Collections::ObjectModel::Collection<System::Management::Automation::PSDriveInfo ^> ^ Drives { System::Collections::ObjectModel::Collection<System::Management::Automation::PSDriveInfo ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Management.Automation.PSDriveInfo> Drives { get; }
member this.Drives : System.Collections.ObjectModel.Collection<System.Management.Automation.PSDriveInfo>
Public ReadOnly Property Drives As Collection(Of PSDriveInfo)

Property Value

Applies to