This documentation is archived and is not being maintained.
DynamicMetaObject Properties
Visual Studio 2010
The DynamicMetaObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Expression | The expression representing the DynamicMetaObject during the dynamic binding process. |
|
HasValue | Gets a value indicating whether the DynamicMetaObject has the runtime value. |
|
LimitType | Gets the limit type of the DynamicMetaObject. |
|
Restrictions | The set of binding restrictions under which the binding is valid. |
|
RuntimeType | Gets the Type of the runtime value or null if the DynamicMetaObject has no value associated with it. |
|
Value | The runtime value represented by this DynamicMetaObject. |
Show: