There was an error while loading. Please reload this page.
Returns the property.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static PropertyInfo Property<TValue>( Expression<Func<TValue>> expression )
VB
Public Shared Function Property(Of TValue) ( expression As Expression(Of Func(Of TValue)) ) As PropertyInfo
F#
static member Property : expression : Expression<Func<'TValue>> -> PropertyInfo
1(System.Linq.Expressions.Expression{System.Func{
Type: PropertyInfoThe PropertyInfo instance.
InfoOf ClassProperty OverloadCodeJam.Reflection Namespace