Returns   the   Layout   field  identified  by  the  supplied  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 field. 
Return Value
Type: 
LayoutField
            The    Layout    field    identified    by    the   supplied   
fieldName. If the field does not exist, it returns 
null.
            
See Also