ValidateUserDriveAttribute Class
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.
Validates that the path parameter is a User drive.
public ref class ValidateUserDriveAttribute sealed : System::Management::Automation::ValidateDriveAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class ValidateUserDriveAttribute : System.Management.Automation.ValidateDriveAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type ValidateUserDriveAttribute = class
inherit ValidateDriveAttribute
Public NotInheritable Class ValidateUserDriveAttribute
Inherits ValidateDriveAttribute
- Inheritance
-
ValidateUserDriveAttribute
- Attributes
Constructors
ValidateUserDriveAttribute() |
Initializes a new instance of the ValidateUserDriveAttribute class. |
Properties
ValidRootDrives |
Gets the values in the set. (Inherited from ValidateDriveAttribute) |
Methods
Validate(Object, EngineIntrinsics) |
Validates path argument. (Inherited from ValidateDriveAttribute) |