Gets or sets a value that indicates whether the properties of the result object 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 IResultObject
Dim value As Boolean

value = instance.TraceProperties

instance.TraceProperties = value

Syntax

Visual Basic
Property TraceProperties As Boolean
C#
bool TraceProperties { get; set; }
C++
property bool TraceProperties {
		bool get ();
		void set (bool value);
}
J#
/** @property */
boolean get_TraceProperties ()

/** @property */
void set_TraceProperties (boolean value)
JScript
function get TraceProperties () : boolean

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