Class RequiredAttribute
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class RequiredAttribute : Attribute, _AttributeConstructors
RequiredAttribute(bool)
Declaration
public RequiredAttribute(bool required)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | required | 
Properties
Required
Declaration
public bool Required { get; }Property Value
| Type | Description | 
|---|---|
| bool |