Gets or sets a dictionary of result objects for which the form will
set a value on behalf of the selected object, for example, the
property manager.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsPageData
Dim value As Dictionary(Of String, IResultObject)
value = instance.AdditionalObjects
instance.AdditionalObjects = value
|
Syntax
Visual Basic |
Public Property AdditionalObjects As Dictionary(Of String, IResultObject)
|
C# |
public Dictionary<string,IResultObject> AdditionalObjects { get; set; }
|
J# |
/** @property */
public Dictionary<String,IResultObject> get_AdditionalObjects ()
/** @property */
public void set_AdditionalObjects (Dictionary<String,IResultObject> value)
|
JScript |
public function get AdditionalObjects () : Dictionary<String,IResultObject>
public function set AdditionalObjects (value : Dictionary<String,IResultObject>)
|
Property Value
System.Collections.Generic.Dictionary object that represents
IResultObject interfaces for additional result 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