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