Compartilhar via


IResultObject.EmbeddedProperties Property

Gets or sets the embedded properties that are associated with the result object.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As IResultObject
Dim value As Dictionary(Of String, IResultObject)

value = instance.EmbeddedProperties

instance.EmbeddedProperties = value

Syntax

'Declaration
Property EmbeddedProperties As Dictionary(Of String, IResultObject)
Dictionary<string,IResultObject> EmbeddedProperties { get; set; }
property Dictionary<String^, IResultObject^>^ EmbeddedProperties {
    Dictionary<String^, IResultObject^>^ get ();
    void set (Dictionary<String^, IResultObject^>^ value);
}
/** @property */
Dictionary<String,IResultObject> get_EmbeddedProperties ()

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

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 object.

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

Reference

IResultObject Interface
IResultObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace

Other Resources

SMS_EmbeddedProperty Server WMI Class