SupportsWildcardsAttribute Class

Definition

Specifies that a parameter supports wildcards.

public ref class SupportsWildcardsAttribute sealed : System::Management::Automation::Internal::ParsingBaseAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class SupportsWildcardsAttribute : System.Management.Automation.Internal.ParsingBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type SupportsWildcardsAttribute = class
    inherit ParsingBaseAttribute
Public NotInheritable Class SupportsWildcardsAttribute
Inherits ParsingBaseAttribute
Inheritance
Attributes

Constructors

SupportsWildcardsAttribute()

Applies to