Sets the property value.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
protected void SetPropertyValue( Object value, SetPropertyValueDelegate doSet ) |
Parameters
- value
- Type: System..::.Object
The value to set. Null or String.Empty will clear the value.
- doSet
- Type: EPiServer.Core..::.SetPropertyValueDelegate
The SetPropertyValueDelegate that is responsible to set the value to the specific type.