NullValidationAttributeBase 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.
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 |