Adds an additional result object to the dictionary, specified by the NamedValueDictionary property. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim objectKey As String
Dim additionalObj As IResultObject

Me.SetAdditionalObject(objectKey, additionalObj)

Syntax

Visual Basic
Protected Sub SetAdditionalObject ( _
		objectKey As String, _
		additionalObj As IResultObject _
)
C#
protected void SetAdditionalObject (
		string objectKey,
		IResultObject additionalObj
)
C++
protected:
void SetAdditionalObject (
		String^ objectKey, 
		IResultObject^ additionalObj
)
J#
protected void SetAdditionalObject (
		String objectKey, 
		IResultObject additionalObj
)
JScript
protected function SetAdditionalObject (
		objectKey : String, 
		additionalObj : IResultObject
)

Parameters

objectKey

[in] Key for the result object.

additionalObj

[in] IResultObject interface for getting and setting result object properties.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also