IssueReference::SetAttributeIssueID method

Sets the issue ID of the IssueReference.

Syntax

virtual HRESULT SetAttributeIssueID(
  [in] LPCWSTR attributeIssueID
) = 0;

Parameters

attributeIssueID [in]

The issue ID.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

An IssueReference holds data from an Activity/References/IssueReference element.

The issue ID is the value of attribute IssueID of element IssueReference.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

IssueReference