Click or drag to resize

RequiredIfAttributeRequiresValidationContext Property

Gets a value that indicates whether the attribute requires validation context.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public override bool RequiresValidationContext { get; }

Return Value

Type: Boolean
true if the attribute requires validation context; otherwise, false.
See Also