TfsMessageQueueService.Connection Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Connection As TfsConnection
public TfsConnection Connection { get; }
public:
property TfsConnection^ Connection {
TfsConnection^ get ();
}
member Connection : TfsConnection with get
function get Connection () : TfsConnection
Property Value
Type: Microsoft.TeamFoundation.Client.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.