Returns    true    if   the   field   identified   by   fieldName exists in the Layout.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic bool Exists(
	string fieldName
)
Public Function Exists ( 
	fieldName As String
) As Boolean
Parameters
- fieldName
 - Type: SystemString
The name of the field. 
Return Value
Type: 
Booleantrue  if  the  field  identified  by 
fieldName
            exists in the Layout.
            
See Also