TfsConnectionWebServiceCallEventArgs.Length Property

The length of the request (for request events) or the response (for response events).

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

Syntax

'Declaration
Public ReadOnly Property Length As Long
public long Length { get; }
public:
property long long Length {
    long long get ();
}
member Length : int64 with get
function get Length () : long

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

TfsConnectionWebServiceCallEventArgs Class

Microsoft.TeamFoundation.Client Namespace