AllowEmptyStringAttribute 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.
Allows an empty string as the argument to a mandatory string parameter.
public ref class AllowEmptyStringAttribute sealed : System::Management::Automation::Internal::CmdletMetadataAttribute[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class AllowEmptyStringAttribute : System.Management.Automation.Internal.CmdletMetadataAttribute[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type AllowEmptyStringAttribute = class
    inherit CmdletMetadataAttributePublic NotInheritable Class AllowEmptyStringAttribute
Inherits CmdletMetadataAttribute- Inheritance
- Attributes
Constructors
| AllowEmptyStringAttribute() | Initializes a new instance of the AllowEmptyStringAttribute class. |