This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONObject Interface > IJSONObject.MemberExists Method (ArcObjects .NET 10.4 SDK) |
Checks if a member with the given name exists.
[Visual Basic .NET] Public Function MemberExists ( _ ByVal Name As String _ ) As Boolean
[C#] public bool MemberExists ( string Name );
[C++]
HRESULT MemberExists(
BSTR Name,
VARIANT_BOOL* exists
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR exists [out, retval] exists is a parameter of type VARIANT_BOOL