Settings

Property of ISearchJob

Description

Returns Job Settings Description

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sVal = SearchJob.Settings;

Visual Basic Script

sVal = SearchJob.Settings

C++

BSTR sVal;
HRESULT hr = SearchJob.get_Settings(&sVal);

See Also

ISearchJob