ArcGIS Pro 2.6 API Reference Guide
IsEvaluationSupported Method

ArcGIS.Core.Data Namespace > AttributeRuleManager Class : IsEvaluationSupported Method
Gets a value indicating whether this geodatabase supports evaluation for validation rules and/or batch calculation rules via a validation service. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsEvaluationSupported()
Public Function IsEvaluationSupported() As Boolean

Return Value

true if this geodatabase supports evaluation via a validation service; otherwise, false.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

AttributeRuleManager Class
AttributeRuleManager Members