IWebPropertyAccessor Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides the interface for implementing property accessors.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperty(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of a specified property. |
![]() | SetProperty(Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the specified property with the given value. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
