Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As IObjectRef
Dim value As NamedObject

value = instance.Target

instance.Target = value

Syntax

Visual Basic
Property Target As NamedObject
C#
NamedObject Target { get; set; }
C++
property NamedObject^ Target {
		NamedObject^ get ();
		void set (NamedObject^ value);
}
J#
/** @property */
NamedObject get_Target ()

/** @property */
void set_Target (NamedObject value)
JScript
function get Target () : NamedObject

function set Target (value : NamedObject)

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 Vista, Windows Server 2003, and

Target Platforms

See Also