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

Usage

Visual Basic
Dim instance As ObjectRef
Dim value As RefTrackingMode

value = instance.TrackingMode

instance.TrackingMode = value

Syntax

Visual Basic
<XmlIgnoreAttribute> _
<NoValidationAttribute> _
Public Property TrackingMode As RefTrackingMode
C#
[XmlIgnoreAttribute] 
[NoValidationAttribute] 
public RefTrackingMode TrackingMode { get; set; }
C++
[XmlIgnoreAttribute] 
[NoValidationAttribute] 
public:
property RefTrackingMode TrackingMode {
		RefTrackingMode get ();
		void set (RefTrackingMode value);
}
J#
/** @property */
public RefTrackingMode get_TrackingMode ()

/** @property */
public void set_TrackingMode (RefTrackingMode value)
JScript
public function get TrackingMode () : RefTrackingMode

public function set TrackingMode (value : RefTrackingMode)

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