Share via


ThreadNameChangedEvent.ThreadName Property

Gets the new name of the thread.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property ThreadName As String
public string ThreadName { get; private set; }
public:
property String^ ThreadName {
    String^ get ();
    private: void set (String^ value);
}
member ThreadName : string with get, private set
function get ThreadName () : String 
private function set ThreadName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ThreadNameChangedEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace