Click or drag to resize
RequiredPropertyAttribute Class
The presence of this attribute on a property of a subclass of TargetControlPropertiesBase indicates that the property value is required and the control can not be used without it. Absence of a required property value causes an exception to be thrown during creation of the control.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNetRequiredPropertyAttribute

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class RequiredPropertyAttribute : Attribute

The RequiredPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRequiredPropertyAttribute
Constructs a new RequiredPropertyAttribute
Top
See Also