Community Analyst API for Silverlight 2.2 Reference
HasProperty Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > ParseUtils Class : HasProperty Method

decodedObject
A JSON-decoded object.
propertyName
A name of property of the JSON-decoded object to be tested.

Glossary Item Box

Determines if a JSON-decoded object contains nonnull property with the given name.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

decodedObject
A JSON-decoded object.
propertyName
A name of property of the JSON-decoded object to be tested.

Return Value

True if the object contains nonnull property with the given name.

Remarks

Property name is search using case-insensitive comparison.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.