IExpressionProperty Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface which defines plain object access to the values of an ExpressionProperty.
public interface IExpressionProperty
type IExpressionProperty = interface
Public Interface IExpressionProperty
- Derived
Remarks
This interface definition allows reflection to work with ExpressionProperty{T} without having to know the generic parameter type.
Methods
GetObject(Object) |
Get value as object. |
SetObject(Object) |
Set value as object. |
TryGetObject(Object) |
Try Get value as object. |