diff --git a/src/System.Management.Automation/engine/Attributes.cs b/src/System.Management.Automation/engine/Attributes.cs
index 44d4fc02bf2..d0ae9f601e9 100644
--- a/src/System.Management.Automation/engine/Attributes.cs
+++ b/src/System.Management.Automation/engine/Attributes.cs
@@ -1468,6 +1468,17 @@ public class ValidateDriveAttribute : ValidateArgumentsAttribute
{
private string[] _validRootDrives;
+ ///
+ /// Gets the values in the set
+ ///
+ public IList ValidRootDrives
+ {
+ get
+ {
+ return _validRootDrives;
+ }
+ }
+
///
/// Initializes a new instance of the ValidateDrivePath class
///