Gets or sets the embedded properties that are associated with the result collection. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectsManager
Dim value As Dictionary(Of String, IResultObject)

value = instance.EmbeddedProperties

instance.EmbeddedProperties = value

Syntax

Visual Basic
Public Property EmbeddedProperties As Dictionary(Of String, IResultObject)
C#
public Dictionary<string,IResultObject> EmbeddedProperties { get; set; }
C++
public:
virtual property Dictionary<String^, IResultObject^>^ EmbeddedProperties {
		Dictionary<String^, IResultObject^>^ get () sealed;
		void set (Dictionary<String^, IResultObject^>^ value) sealed;
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public final Dictionary<String,IResultObject> get_EmbeddedProperties ()

/** @property */
public final void set_EmbeddedProperties (Dictionary<String,IResultObject> value)
JScript
DebuggerStepThroughAttribute 
public final function get EmbeddedProperties () : Dictionary<String,IResultObject>

public final function set EmbeddedProperties (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_EmbeddedProperty Server WMI Class class represents an embedded property 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