SmsPageData.AdditionalObjects Property
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
'Usage
Dim instance As SmsPageData
Dim value As Dictionary(Of String, IResultObject)
value = instance.AdditionalObjects
instance.AdditionalObjects = value
Syntax
'Declaration
Public Property AdditionalObjects As Dictionary(Of String, IResultObject)
public Dictionary<string,IResultObject> AdditionalObjects { get; set; }
public:
property Dictionary<String^, IResultObject^>^ AdditionalObjects {
Dictionary<String^, IResultObject^>^ get ();
void set (Dictionary<String^, IResultObject^>^ value);
}
/** @property */
public Dictionary<String,IResultObject> get_AdditionalObjects ()
/** @property */
public void set_AdditionalObjects (Dictionary<String,IResultObject> value)
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
Reference
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IResultObject