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


IJSONObject.CaseSensitiveNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONObject.CaseSensitiveNames Property

Returns true if member name lookups are case-sensitive. Default value is true. Methods affected by this state change: MemberExists, IsValueNull and all TryGet... methods.

[Visual Basic .NET]
Public Property CaseSensitiveNames As Boolean
[C#]
public bool CaseSensitiveNames {get; set;}
[C++]
HRESULT get_CaseSensitiveNames(
  VARIANT_BOOL* case_sensitive
);
[C++]
HRESULT put_CaseSensitiveNames(
  VARIANT_BOOL case_sensitive
);
[C++]

Parameters case_sensitive [out, retval] case_sensitive is a parameter of type VARIANT_BOOL case_sensitive [in] case_sensitive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IJSONObject Interface