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)
Syntax
'Declaración
Function Item ( _
imageFileName As String _
) As INetFwAuthorizedApplication
INetFwAuthorizedApplication Item(
string imageFileName
)
INetFwAuthorizedApplication^ Item(
[InAttribute] String^ imageFileName
)
abstract Item :
imageFileName:string -> INetFwAuthorizedApplication
function Item(
imageFileName : String
) : INetFwAuthorizedApplication
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.
.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.