AllowNullAttribute 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.
Allows a NULL as the argument to a mandatory parameter.
public ref class AllowNullAttribute sealed : System::Management::Automation::Internal::CmdletMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class AllowNullAttribute : System.Management.Automation.Internal.CmdletMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type AllowNullAttribute = class
inherit CmdletMetadataAttribute
Public NotInheritable Class AllowNullAttribute
Inherits CmdletMetadataAttribute
- Inheritance
- Attributes
Constructors
AllowNullAttribute() |
Initializes a new instance of the AllowNullAttribute class. |