ArcGIS Pro 2.9 API Reference Guide
GetFieldAsync Method

ArcGIS.Desktop.Editing.Attributes Namespace > Attribute Class : GetFieldAsync Method
Gets the field of this attribute. Returns a field only if the data source is an Enterprise Geodatabase or File Geodatabase.
Syntax
public Task<Field> GetFieldAsync()
Public Function GetFieldAsync() As Task(Of Field)

Return Value

A Task returning the Field.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Attribute Class
Attribute Members