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


IGpDescribeField.IsNullable Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.IsNullable Property

Indicates whether the field supports NULL values.

[Visual Basic .NET]
Public Property IsNullable As String
[C#]
public string IsNullable {get; set;}
[C++]
HRESULT get_IsNullable(
void
);
[C++]
HRESULT put_IsNullable(
);

Product Availability

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

See Also

IGpDescribeField Interface