T
Expected type of property.
Esri Business Analyst Server API for Silverlight 2.2 Reference
GetOptionalProperty<T>(String,IDictionary<String,Object>,String) Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > ParseUtils Class > GetOptionalProperty Method : GetOptionalProperty<T>(String,IDictionary<String,Object>,String) Method

objectName
A name which describes this object.
decodedObject
A JSON-decoded object.
propertyName
A property of the JSON-decoded object to be tested and returned.

Glossary Item Box

Gets an optional property of a JSON-decoded object.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

objectName
A name which describes this object.
decodedObject
A JSON-decoded object.
propertyName
A property of the JSON-decoded object to be tested and returned.

Type Parameters

T
Expected type of property.

Return Value

Property value.

Remarks

If the property is absent, the default value for the type is returned.

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.