Skip to main content
.NET 6.0+

NullValueAttribute(Byte) Constructor

Initializes a new instance of the NullValueAttribute class with the specified 8-bit unsigned integer constant.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public NullValueAttribute(
    byte value
)

Parameters

Name Type Description
value Byte

A Byte value which is associated with a null value for a property or a field. This value is assigned to the NullValueAttribute.Value property.

See Also