Gets or Sets the name of the thread.
[Visual Basic] Public Property Name As String [C#] public string Name {get; set;} [C++] public: __property String* get_Name(); public: __property void set_Name(String*); [JScript] public function get Name() : String; public function set Name(String);
The name of the thread. If the component does not have a site, a null reference (in Visual Basic Nothing) is returned.