Gets additional objects that are used by individual pages of the
custom dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim value As Dictionary(Of String, IResultObject)
value = Me.AdditionalObjects
|
Syntax
Visual Basic |
Protected ReadOnly Property AdditionalObjects As Dictionary(Of String, IResultObject)
|
C# |
protected Dictionary<string,IResultObject> AdditionalObjects { get; }
|
J# |
/** @property */
protected Dictionary<String,IResultObject> get_AdditionalObjects ()
|
JScript |
protected function get AdditionalObjects () : Dictionary<String,IResultObject>
|
Property Value
System.Collections.Generic.Dictionary object that represents
IResultObject interfaces for the additional objects.
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