| Visual Basic (Declaration) | |
|---|---|
Public Property Description As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Description {get; set;} | |
Return Value
The description of the Result.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
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This property was added to the E2API at version 1.0.0.348.
Copy Code