'Declaration
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)> Public Class RequiredAttribute Inherits System.Attribute Implements IValidationAttribute
'Usage
Dim instance As RequiredAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=false, Inherited=true)] public class RequiredAttribute : System.Attribute, IValidationAttribute