| IPropertyInterceptor Methods | 
The IPropertyInterceptor type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also