[This is preliminary documentation and is subject to change.]
            Determins if the class is in the quickbooks
            
    Namespace: 
   OfficeClip.BusinessLayer.SyncAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsClassInQB( string strClass )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IsClassInQB ( _ strClass As String _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool IsClassInQB( String^ strClass )  | 
Parameters
- strClass
 - Type: System..::.String
The name of the class 
