SupportsWildcardsAttribute 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.
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() |