AllowNullAttribute
Class
Definition
Allows a NULL as the argument to a mandatory parameter
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
public sealed class AllowNullAttribute : System.Management.Automation.Internal.CmdletMetadataAttribute
- Inheritance
- Attributes
Constructors
| AllowNullAttribute() |
Initializes a new instance of the AllowNullAttribute class |