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

Usage

Visual Basic
Dim instance As IObjectRef(Of T)
Dim value As T

value = instance.Target

instance.Target = value

Syntax

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

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

function set Target (value : T)

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