[This is preliminary documentation and is subject to change.]
Shows if the user is a member of the quickbooks vendor list.
Namespace:
OfficeClip.BusinessLayer.SyncAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsUserInQBVendors( string userName ) |
Visual Basic (Declaration) |
---|
Public Function IsUserInQBVendors ( _ userName As String _ ) As Boolean |
Visual C++ |
---|
public: bool IsUserInQBVendors( String^ userName ) |
Parameters
- userName
- Type: System..::.String
the name of the user.