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


IJSONObject.IsValueNull Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONObject Interface > IJSONObject.IsValueNull Method
ArcGIS Developer Help

IJSONObject.IsValueNull Method

Returns VARIANT_TRUE if member is undefined or member's value is null. Returns VARIANT_FALSE if member exists and its value is not null.

[Visual Basic .NET]
Public Function IsValueNull ( _
    ByVal Name As String _
) As Boolean
[C#]
public bool IsValueNull (
    string Name
);
[C++]
HRESULT IsValueNull(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IJSONObject Interface