IProperty | 
The IPropertyInterceptor type exposes the following members.
| Name | Description | |
|---|---|---|
| InterceptGet | Called before the get property is invokved. You are now responsible for evaluating the property and returning the result. | |
| InterceptSet | Called before the set property is invokved. You are now responsible for evaluating the property. |