Description Property (AAppShortcut)

Returns a string used to describe the object.

Syntax

[ sDesc = ] Object.Description

The Description property syntax has the following parts:

 

Name

Type

Description

Object

AAppShortcut

AAppShortcut object

sDesc

BString

A string describing the folder object.

Comments

 

Example

The following example prints App's top level problems folder's description:

print App.ProgramsFolder.Description

Applies to

AAppShortcut

See Also