ThreadNameChangedEvent.ThreadName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the new name of the thread.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property ThreadName As String
    Get
    Private Set
'Usage
Dim instance As ThreadNameChangedEvent
Dim value As String

value = instance.ThreadName
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

ThreadNameChangedEvent Members

Microsoft.VisualStudio.TraceLog Namespace