Iteration.TraceFile Property

Applies To: Windows 8.1

The trace file name for the Iteration.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Iteration
Dim value As String

value = instance.TraceFile

instance.TraceFile = value

Syntax

'Declaration
Public Property TraceFile As String
public string TraceFile { get; set; }
public:
property String^ TraceFile {
    String^ get ();
    void set (String^ traceFile);
}
/** @property */
public String get_TraceFile ()

/** @property */
public void set_TraceFile (String traceFile)
public function get TraceFile () : String

public function set TraceFile (traceFile : String)

Property Value

Returns String.

Remarks

The trace file name is the value of element Iteration/Trace/File.

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 8.1

See Also

Reference

Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace