ValidateDriveAttribute(String[]) Constructor
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.
Initializes a new instance of the ValidateDriveAttribute class.
public:
ValidateDriveAttribute(... cli::array <System::String ^> ^ validRootDrives);
public ValidateDriveAttribute (params string[] validRootDrives);
new System.Management.Automation.ValidateDriveAttribute : string[] -> System.Management.Automation.ValidateDriveAttribute
Public Sub New (ParamArray validRootDrives As String())
Parameters
- validRootDrives
- String[]
List of approved root drives for path.