HP Operations Manager for Windows

OV_PropagationRule::GetByCaption()
OV_PropagationRule::GetByCaption_Trans()


OV_PropagationRule GetByCaption(
[in] string Caption)
OV_PropagationRule GetByCaption_Trans(
[in] string TransId,
[in] string Caption)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Caption
The Caption property of an instance of OV_PropagationRule to be returned.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns the propagation rule (instance of OV_PropagationRule) specified by the Caption property.

Return Value

Instance of OV_PropagationRule specified by a Caption property.

Extended Status Codes

MDLAPI_E_PROPRULE_NOT_EXIST
Message propagation rule does not exist.
MDLAPI_E_PROPRULE_CAPTION_NOT_UNIQUE
More than one propagation rule with the specified Caption is found.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.