Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message queue service for this instance.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property QueueService As TeamFoundationMessageQueueService
public TeamFoundationMessageQueueService QueueService { get; }
public:
property TeamFoundationMessageQueueService^ QueueService {
TeamFoundationMessageQueueService^ get ();
}
member QueueService : TeamFoundationMessageQueueService with get
function get QueueService () : TeamFoundationMessageQueueService
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationMessageQueueService
.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.