Share via


ApplicationName Property

Topic Last Modified: 2007-04-16

The ApplicationName property is used to store the application name displayed by the TreeView control user interface elements. The default value for this property is Exchange TreeView Control. The ApplicationName property applies to the ExchangeTreeViewControl Class.

Syntax

Property ApplicationName As String
string ApplicationName

Remarks

The default value for this property is Exchange TreeView Control.

Example

In the following Microsoft Visual Basic .NET example, the ApplicationName property is set to Exchange Store Folder View.

myTreeViewControl.ApplicationName = "Exchange Store Folder View"

In the following C# example, the ApplicationName property is set to Exchange Store Folder View.

myTreeViewControl.ApplicationName = "Exchange Store Folder View";