Share via


Iteration.TraceName Property

Applies To: Windows 8.1

The trace 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.TraceName

instance.TraceName = value

Syntax

'Declaration
Public Property TraceName As String
public string TraceName { get; set; }
public:
property String^ TraceName {
    String^ get ();
    void set (String^ traceDescriptionName);
}
/** @property */
public String get_TraceName ()

/** @property */
public void set_TraceName (String traceDescriptionName)
public function get TraceName () : String

public function set TraceName (traceDescriptionName : String)

Property Value

Returns String.

Remarks

The trace name is the value of element Iteration/Trace/Description/Name.

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