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