[This is preliminary documentation and is subject to change.]
Determines whether the property is an indexed property.
Namespace:
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.