Thread2::Name Property

 

Gets the name of the thread.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

A string representing the name of the object.

Implements

Thread::Name

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: