Freigeben über


SmsPageControl.SetAdditionalObject Method

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

'Usage
Dim objectKey As String
Dim additionalObj As IResultObject

Me.SetAdditionalObject(objectKey, additionalObj)

Syntax

'Declaration
Protected Sub SetAdditionalObject ( _
    objectKey As String, _
    additionalObj As IResultObject _
)
protected void SetAdditionalObject (
    string objectKey,
    IResultObject additionalObj
)
protected:
void SetAdditionalObject (
    String^ objectKey, 
    IResultObject^ additionalObj
)
protected void SetAdditionalObject (
    String objectKey, 
    IResultObject additionalObj
)
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

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
NamedValueDictionary
IResultObject