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: 9.0.0.0-142fa9725
Syntax
C#
public override bool RequiresValidationContext { get; }

Return Value

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