Gets an additional result object for the page control.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim objectKey As String
Dim objectPath As String
Dim returnValue As IResultObject
returnValue = Me.GetAdditionalObject(objectKey, objectPath)
|
Syntax
Visual Basic |
Protected Function GetAdditionalObject ( _
objectKey As String, _
objectPath As String _
) As IResultObject
|
C# |
protected IResultObject GetAdditionalObject (
string objectKey,
string objectPath
)
|
C++ |
protected:
IResultObject^ GetAdditionalObject (
String^ objectKey,
String^ objectPath
)
|
J# |
protected IResultObject GetAdditionalObject (
String objectKey,
String objectPath
)
|
JScript |
protected function GetAdditionalObject (
objectKey : String,
objectPath : String
) : IResultObject
|
Parameters
- objectKey
-
[in] Key for the result object.
- objectPath
-
[in] Path to the result object.
Return Value
IResultObject
interface.
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