ESRI.ArcGIS.E2API Feedback via the User Forum
Title Property
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : Title Property


Gets or sets the title string for a result.

Syntax

Visual Basic (Declaration) 
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
public string Title {get; set;}

Return Value

A string representing the title of a result.

Remarks

The title of a result is the string which is shown in the results window in the ArcGIS Explorer user interface. A unique title for each result will help users to identify different results generated by the same task; for example, a

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This property was added to the E2API at version 1.0.0.348.

See Also