[This is preliminary documentation and is subject to change.]

Determines whether the property is an indexed property.

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static bool IsIndexedProperty(
	PropertyInfo property
)
Visual Basic (Declaration)
Public Shared Function IsIndexedProperty ( _
	property As PropertyInfo _
) As Boolean
Visual C++
public:
static bool IsIndexedProperty(
	PropertyInfo^ property
)

Parameters

property
Type: System.Reflection..::.PropertyInfo
The property.

Return Value

true if the property is an indexed property; otherwise, false.

See Also

ReflectionUtils Class
IsIndexedProperty Overload
Facebook.Json.Utilities Namespace