ValidateNotNullOrEmptyAttribute Class

Definition

Validates that the parameters's argument is not null, is not an empty string, and is not an empty collection.

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
public sealed class ValidateNotNullOrEmptyAttribute : System.Management.Automation.ValidateArgumentsAttribute
Inheritance
Attributes

Inherited Members

System.Management.Automation.ValidateArgumentsAttribute

Constructors

ValidateNotNullOrEmptyAttribute()