ArcGIS Pro 2.9 API Reference Guide
ValidateAsync Method

ArcGIS.Desktop.Editing.Attributes Namespace > Attribute Class : ValidateAsync Method
An async method which allows addition of custom validation logic for this attribute.
Syntax
public Task<bool> ValidateAsync()
Public Function ValidateAsync() As Task(Of Boolean)

Return Value

A task returning a Boolean.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Attribute Class
Attribute Members