This documentation is archived and is not being maintained.

INetFwAuthorizedApplications::Item Method

Gets the item in this collection with the specified file name.

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

INetFwAuthorizedApplication^ Item(
	[InAttribute] String^ imageFileName
)

Parameters

imageFileName
Type: System::String

The file name of the application to get in this collection.

Return Value

Type: Microsoft.TeamFoundation.Common::INetFwAuthorizedApplication
The INetFwAuthorizedApplication object representing the application in this collection with the specified file name. Null if the specified file name is not found in this collection.

Show: