Expression.Property Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Creates a MemberExpression that represents accessing a property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Property(Expression, MethodInfo) | Creates a MemberExpression that represents accessing a property by using a property accessor method. | |
Property(Expression, PropertyInfo) | Creates a MemberExpression that represents accessing a property. | |
Property(Expression, String) | Creates a MemberExpression that represents accessing a property. | |
Property(Expression, PropertyInfo, IEnumerable<Expression>) | Creates an IndexExpression representing the access to an indexed property. | |
Property(Expression, PropertyInfo, array<Expression[]) | Creates an IndexExpression representing the access to an indexed property. | |
Property(Expression, String, array<Expression[]) | Creates an IndexExpression representing the access to an indexed property. | |
Property(Expression, Type, String) | Creates a MemberExpression accessing a property. |
Top