Gets or sets a value that indicates whether the properties of the result object base are written into the trace file. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectBase
Dim value As Boolean

value = instance.TraceProperties

instance.TraceProperties = value

Syntax

Visual Basic
Public Property TraceProperties As Boolean
C#
public bool TraceProperties { get; set; }
C++
public:
virtual property bool TraceProperties {
		bool get () sealed;
		void set (bool value) sealed;
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public final boolean get_TraceProperties ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public final void set_TraceProperties (boolean value)
JScript
DebuggerStepThroughAttribute 
public final function get TraceProperties () : boolean

DebuggerStepThroughAttribute 
public final function set TraceProperties (value : boolean)

Property Value

true (default) if the properties are written into the trace file; otherwise false.

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