WmiSmoObject.Trace(String) Method

Definition

Creates a trace of the referenced object.

protected:
 static void Trace(System::String ^ traceText);
protected static void Trace (string traceText);
static member Trace : string -> unit
Protected Shared Sub Trace (traceText As String)

Parameters

traceText
String

A String value that specifies the buffer in which to store the trace output.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to