TfsConnectionWebServiceCallEventArgs.TfsConnection Property
The TfsConnection from which the Web request originated. If unavailable, the value will be null.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TfsConnection As TfsConnection
public TfsConnection TfsConnection { get; }
public:
property TfsConnection^ TfsConnection {
TfsConnection^ get ();
}
member TfsConnection : TfsConnection with get
function get TfsConnection () : TfsConnection
Property Value
Type: Microsoft.TeamFoundation.Client.TfsConnection
Returns TfsConnection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.