ArcFM Mobile Developer Guide
GetFieldByName Method


Version: 10.2.1b

Resource Center Home

Gets the field with a case insensitive check.
Syntax
'Declaration
 
Public Function GetFieldByName( _
   ByVal fieldName As String _
) As TaskFieldViewModel
'Usage
 
Dim instance As TaskViewModel
Dim fieldName As String
Dim value As TaskFieldViewModel
 
value = instance.GetFieldByName(fieldName)
public TaskFieldViewModel GetFieldByName( 
   string fieldName
)

Parameters

fieldName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TaskViewModel Class
TaskViewModel Members

 

 


Send Comment