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
Dim instance As Iteration
Dim value As String
value = instance.TraceName
instance.TraceName = value
'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)
Returns String.
The trace name is the value of element Iteration/Trace/Description/Name.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 8.1
Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace