Share via


MOMRelationshipInstance.AddProperty Method

Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1, System Center Operations Manager 2007

Adds a new property value to the relationship instance.

MOMRelationshipInstance.AddProperty(bstrName, bstrValue)

Parameters

Parameter Type Description

bstrName

String

The name of the property.

bstrValue

String

The value of the property.

Return Value

None.

Requirements

Platforms: Requires Windows Server 2003, Windows Vista, or Windows Server 2008

Version: Requires Operations Manager 2007

Remarks

An example of this method is shown in the MOMDiscoveryData.CreateRelationshipInstance method.

See Also

Reference

MOMRelationshipInstance Object