ResultObjectsManager.EmbeddedPropertyLists Property
Gets or sets the embedded property lists that are associated with the result collection.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ResultObjectsManager
Dim value As Dictionary(Of String, IResultObject)
value = instance.EmbeddedPropertyLists
instance.EmbeddedPropertyLists = value
Syntax
'Declaration
Public Property EmbeddedPropertyLists As Dictionary(Of String, IResultObject)
public Dictionary<string,IResultObject> EmbeddedPropertyLists { get; set; }
public:
virtual property Dictionary<String^, IResultObject^>^ EmbeddedPropertyLists {
Dictionary<String^, IResultObject^>^ get () sealed;
void set (Dictionary<String^, IResultObject^>^ value) sealed;
}
/** @property */
public final Dictionary<String,IResultObject> get_EmbeddedPropertyLists ()
/** @property */
public final void set_EmbeddedPropertyLists (Dictionary<String,IResultObject> value)
public final function get EmbeddedPropertyLists () : Dictionary<String,IResultObject>
public final function set EmbeddedPropertyLists (value : Dictionary<String,IResultObject>)
Property Value
System.Collections.Generic.Dictionary object that represents IResultObject interfaces for temporary copies that are extracted from the result collection.
Remarks
The SMS_EmbeddedPropertyList Server WMI Class class represents an embedded property list for the SMS Provider.
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
ResultObjectsManager Class
ResultObjectsManager Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
IResultObject Interface