[This is preliminary documentation and is subject to change.]
            Shows if the udf (user defined field) is present
            
    Namespace: 
   OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsUdfPresent( int udfNum )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IsUdfPresent ( _ udfNum As Integer _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool IsUdfPresent( int udfNum )  | 
Parameters
- udfNum
 - Type: System..::.Int32
The udf (user defined field) number 
