This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the name of the currently running application.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public override string ApplicationName { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Property ApplicationName As 
	Get
	Set

Field Value

Return Value

A String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.

See Also

Advanced