DSResults.ItemByResultType Property
Parent Object: DSResultsDescription
Gets the specified DSResult object from the collection.
Syntax
DSResults.ItemByResultType( ResultType As DSResultTypeEnum ) As DSResultProperty Value
This is a read only property whose value is a DSResult.Parameters
Name | Type | Description |
ResultType | DSResultTypeEnum | Input DSResultTypeEnum value that specifies the type of result to return. If the specified type does not exist then Nothing is returned. |