Session.ApplicationExists(Guid) Method

Definition

Returns whether an application exists in this session.

public:
 virtual bool ApplicationExists(Guid appId);
public virtual bool ApplicationExists (Guid appId);
abstract member ApplicationExists : Guid -> bool
override this.ApplicationExists : Guid -> bool
Public Overridable Function ApplicationExists (appId As Guid) As Boolean

Parameters

appId
Guid

the application to look for

Returns

true if the app exists, false if not

Applies to