Session.ApplicationExists(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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