Sets a given value to the current PropertyData object.

Namespace:  EPiServer.Web.PropertyControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public void SetValue(
	Object value,
	PropertyData property
)

Parameters

value
Type: System..::.Object
The value to be set.
property
Type: EPiServer.Core..::.PropertyData
The property that should have the value.

See Also