Share via


ActivityReference::SetAttributeActivityID method

Sets the activity ID of the ActivityReference.

Syntax

virtual HRESULT SetAttributeActivityID(
  [in] LPCWSTR attributeActivityID
) = 0;

Parameters

attributeActivityID [in]

The activity ID.

Return value

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

Remarks

An ActivityReference holds data from an Issue/Impact/RelatedActivities/ActivityReference element.

The activity ID is the value of attribute ActivityID of element ActivityReference.

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

ActivityReference