IResultObject.TraceProperties Property
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
'Usage
Dim instance As IResultObject
Dim value As Boolean
value = instance.TraceProperties
instance.TraceProperties = value
Syntax
'Declaration
Property TraceProperties As Boolean
bool TraceProperties { get; set; }
property bool TraceProperties {
bool get ();
void set (bool value);
}
/** @property */
boolean get_TraceProperties ()
/** @property */
void set_TraceProperties (boolean value)
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
Reference
IResultObject Interface
IResultObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
TraceProperties