SetDescription Method (ITestObject)
Replaces this test object's description with the supplied description.

C# Syntax

void SetDescription( 
   IDescription description
)

Parameters

description
The new IDescription for this test object. (A clone of the provided Description is used.)