An enumeration member with value of zero.
'Declaration
<NotNullAttribute()>
Protected Shared ReadOnly Property NullEnum As Enum
'Usage
Dim value As Enum
value = GenericError.NullEnum
[NotNull()]
protected static Enum NullEnum {get;}
[NotNull()]
protected:
static property Enum^ NullEnum {
Enum^ get();
}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also