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.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public abstract void SetObjectValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value to be set.
See Also