Activity.TraceName Property

Applies To: Windows 8.1

The trace name of the Activity.

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

Usage

'Usage
Dim instance As Activity
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.

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

Activity Class
Activity Members
Microsoft.Assessments.Runtime Namespace