SmsPageControl.GetAdditionalObject Method
Gets an additional result object for the page control.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim objectKey As String
Dim objectPath As String
Dim returnValue As IResultObject
returnValue = Me.GetAdditionalObject(objectKey, objectPath)
Syntax
'Declaration
Protected Function GetAdditionalObject ( _
objectKey As String, _
objectPath As String _
) As IResultObject
protected IResultObject GetAdditionalObject (
string objectKey,
string objectPath
)
protected:
IResultObject^ GetAdditionalObject (
String^ objectKey,
String^ objectPath
)
protected IResultObject GetAdditionalObject (
String objectKey,
String objectPath
)
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
Reference
SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IResultObject