This documentation is archived and is not being maintained.

INetFwServices::Item Method

Gets the item in this collection with the specified service type.

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

INetFwService^ Item(
	[InAttribute] NET_FW_SERVICE_TYPE_ svcType
)

Parameters

svcType
Type: Microsoft.TeamFoundation.Common::NET_FW_SERVICE_TYPE_

A NET_FW_SERVICE_TYPE_ value indicating the service type of the item to get.

Return Value

Type: Microsoft.TeamFoundation.Common::INetFwService
The INetFwService object in this collection with the specified service type.

Show: