EditingComponentPropertyAttribute Constructor |
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentNullException | Thrown when propertyName is null. |
See Also