IndexExpression.Indexer Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the PropertyInfo for the property if the expression represents an indexed property, returns null otherwise.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Reflection.PropertyInfoThe PropertyInfo for the property if the expression represents an indexed property, otherwise null.
Show: