Returns the field identified by specified fieldName.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic LayoutField GetField(
	string fieldName
)
Public Function GetField ( 
	fieldName As String
) As LayoutField
Parameters
- fieldName
 - Type: SystemString
The name of the required field. 
Return Value
Type: 
LayoutField
            The  required  field or 
null if the field is not defined. It also
            returns 
null if the Messages does not have a Layout.
            
See Also