Click or drag to resize
EditingComponentPropertyAttribute Constructor
Initializes a new instance of the EditingComponentPropertyAttribute class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public EditingComponentPropertyAttribute(
	string propertyName,
	Object propertyValue
)

Parameters

propertyName
Type: SystemString
Name of the property within corresponding Properties.
propertyValue
Type: SystemObject
Defines the value of the property.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when propertyName is null.
See Also