NullValidationAttributeBase Class

Definition

Base type of Null Validation attributes.

public ref class NullValidationAttributeBase abstract : System::Management::Automation::ValidateArgumentsAttribute
public abstract class NullValidationAttributeBase : System.Management.Automation.ValidateArgumentsAttribute
type NullValidationAttributeBase = class
    inherit ValidateArgumentsAttribute
Public MustInherit Class NullValidationAttributeBase
Inherits ValidateArgumentsAttribute
Inheritance
Derived

Constructors

NullValidationAttributeBase()

Methods

IsArgumentCollection(Type, Boolean)

Check if the argument type is a collection.

Validate(Object, EngineIntrinsics)

Verify that the value of arguments is valid.

(Inherited from ValidateArgumentsAttribute)

Applies to