| Visual Basic (Declaration) | |
|---|---|
Public Property Image As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Image {get; set;} | |
Return Value
The name of the image to display in the Results window for this Result.
The image name must exist in the ImageSet of the E2 application in order for it to be displayed.
If you wish to use an image for the result which does not already existing in the ImageSet, you
can use the ImageSet.AddImage method to add in your own images.
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