BESClientComplianceMod.Response

Use this object to examine the compliance response from BESClient. This object returns results if the session is still open, after a call to Progress.SessionProgress() returns COMPLIANCE_PROGRESS_COMPLETE, and until Session.Close() is called.

Response Properties Description
long ResultCount(); Returns the number of results in the compliance response.
BSTR GetDesignator (

long index

);

Collects the Designator for the result at this index position. An index of 0 gives the first item.
BSTR GetRelevanceResult (

long index

);

Collects the RelevanceResult for the result at this index position. An index of 0 gives the first item.
BSTR GetDescription (

long index

);

Collects the Description for the result at this index position. An index of 0 gives the first item.
BSTR GetComment (

long index

);

Collects the Comment for the result at this index position. An index of 0 gives the first item.