Gets the name of the thread.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Name { get; internal set; }
Public Property Name As String
	Get
	Friend Set
public:
property String^ Name {
	String^ get ();
	internal: void set (String^ value);
}

See Also