This documentation is archived and is not being maintained.
INetFwServices::Item Method
Visual Studio 2013
Gets the item in this collection with the specified service type.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
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::INetFwServiceThe INetFwService object in this collection with the specified service type.
- 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.
Show: