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


Gets or sets the descriptive string for a result.

Syntax

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

Return Value

The description of the Result.

Remarks

The result description may be used in different ways depending on the type of Result class.

You can specify plain text in the description but also a wide range of files of different file formats.

The path to a file can be a local path (e.g. c:\temp\myhtml.html), a UNC path to a file on the network (e.g. \\myserver\myimage.jpg) or a URL such as http://myserver/index.html

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