Assessment::GetName method

[This documentation is preliminary and is subject to change.]

Retrieve the localized name of the assessment.

Syntax

HRESULT GetName(
  [out]  LPCWSTR *assessmentName
);

Parameters

  • assessmentName [out]
    The name of the assessment.

Return value

If the assessment name was successfully retrieved, return S_OK.

If assessmentName is NULL, return E_POINTER.

See also

Assessment

 

 

Build date: 9/6/2011