[This is preliminary documentation and is subject to change.]
            Shows if the application is allowed to be executed.
            
    Namespace: 
   OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsApplicationOk( Constants..::.ApplicationType aType )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IsApplicationOk ( _ aType As Constants..::.ApplicationType _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool IsApplicationOk( Constants..::.ApplicationType aType )  | 
Parameters
- aType
 - Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type. 
