There was an error while loading. Please reload this page.
[This is preliminary documentation and is subject to change.]
Returns the property.
Namespace: CodeJam.ReflectionAssembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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
Type: PropertyInfoThe PropertyInfo instance.
InfoOf ClassProperty OverloadCodeJam.Reflection Namespace