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