Skip to main content
.NET Framework 4.6.2+

NullValueAttribute(Int32) Constructor

Initializes a new instance of the NullValueAttribute class with the specified 32-bit signed integer constant.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public NullValueAttribute(
    int attributeValue
)

Parameters

Name Type Description
attributeValue Int32

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

See Also