SmsCustomDialog.AdditionalObjects Property
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
'Usage
Dim value As Dictionary(Of String, IResultObject)
value = Me.AdditionalObjects
Syntax
'Declaration
Protected ReadOnly Property AdditionalObjects As Dictionary(Of String, IResultObject)
protected Dictionary<string,IResultObject> AdditionalObjects { get; }
protected:
property Dictionary<String^, IResultObject^>^ AdditionalObjects {
Dictionary<String^, IResultObject^>^ get ();
}
/** @property */
protected Dictionary<String,IResultObject> get_AdditionalObjects ()
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
Reference
SmsCustomDialog Class
SmsCustomDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IResultObject