|   | ManagedThreadName Property | 
        
        
            Gets or sets the name of the thread.
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string Name { get; set; }Public Property Name As String
	Get
	Set
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}member Name : string with get, set
function get_Name();
function set_Name(value);
Property Value
String See Also
See Also