Gets a value indicating whether the application is runnning using an application configuration.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static bool IsUsingApplicationConfiguration { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsUsingApplicationConfiguration As Boolean

Remarks

An application configuration is a file, created using the application configuration manager, that allows you to centrally manage all aspects of how your users work with ArcGIS Explorer, including the content they work with, the functionality and the capabilities of the application You can define different application configurations that target different users in your organization. Refer to the ArcGIS Explorer application help for more information on application configurations.

Version Information: This property is supported from version 2.0.0.1500.

See Also