We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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<T, TValue>> expression )
VB
Public Shared Function Property(Of TValue) ( expression As Expression(Of Func(Of T, TValue)) ) As PropertyInfo
F#
static member Property : expression : Expression<Func<'T, 'TValue>> -> PropertyInfo
1.Property``1(System.Linq.Expressions.Expression{System.Func{
Type: PropertyInfoThe PropertyInfo instance.
InfoOf(T) ClassCodeJam.Reflection Namespace