ValidateNotNullOrAttributeBase(Boolean) Constructor

Definition

Validates that the parameters's argument is not null, is not an empty string or a string with white-space characters only, and is not an empty collection.

protected ValidateNotNullOrAttributeBase (bool checkWhiteSpace);
new System.Management.Automation.ValidateNotNullOrAttributeBase : bool -> System.Management.Automation.ValidateNotNullOrAttributeBase
Protected Sub New (checkWhiteSpace As Boolean)

Parameters

checkWhiteSpace
Boolean

Applies to