WebServiceCall.ThreadId Property

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ThreadId As Integer
public int ThreadId { get; set; }
public:
property int ThreadId {
    int get ();
    void set (int value);
}
member ThreadId : int with get, set
function get ThreadId () : int 
function set ThreadId (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

WebServiceCall Class

Microsoft.TeamFoundation.Client Namespace