ResultObjectBase.TraceProperties Property
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
'Usage
Dim instance As ResultObjectBase
Dim value As Boolean
value = instance.TraceProperties
instance.TraceProperties = value
Syntax
'Declaration
Public Property TraceProperties As Boolean
public bool TraceProperties { get; set; }
public:
virtual property bool TraceProperties {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public final boolean get_TraceProperties ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public final void set_TraceProperties (boolean value)
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
Reference
ResultObjectBase Class
ResultObjectBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace