This document is archived and information here might be outdated.  Recommended version.


IPropertyInfo.IsNullable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPropertyInfo Interface > IPropertyInfo.IsNullable Property
ArcGIS Developer Help

IPropertyInfo.IsNullable Property

Indicates if the property can contain null values.

[Visual Basic .NET]
Public ReadOnly Property IsNullable As Boolean
[C#]
public bool IsNullable {get;}
[C++]
HRESULT get_IsNullable(
  Boolean* IsNullable
);
[C++]
Parameters
IsNullable [out, retval]

IsNullable is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPropertyInfo Interface