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.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic sealed class RequiredPropertyAttribute : Attribute
Public NotInheritable Class RequiredPropertyAttribute
Inherits Attribute
public ref class RequiredPropertyAttribute sealed : public Attribute
[<SealedAttribute>]
type RequiredPropertyAttribute =
class
inherit Attribute
end
The RequiredPropertyAttribute type exposes the following members.
Constructors
See Also