Click or drag to resize
FormComponentSetObjectValue Method
Sets the value of the form component. The value must be of proper type or an exception is thrown.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract void SetObjectValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to be set.
See Also