Share via


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)

Syntax

'Declaration
Function Item ( _
    svcType As NET_FW_SERVICE_TYPE_ _
) As INetFwService
INetFwService Item(
    NET_FW_SERVICE_TYPE_ svcType
)
INetFwService^ Item(
    [InAttribute] NET_FW_SERVICE_TYPE_ svcType
)
abstract Item : 
        svcType:NET_FW_SERVICE_TYPE_ -> INetFwService 
function Item(
    svcType : NET_FW_SERVICE_TYPE_
) : INetFwService

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

INetFwServices Interface

Microsoft.TeamFoundation.Common Namespace