INetFwAuthorizedApplications.Remove Method

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

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

Syntax

'Declaration
Sub Remove ( _
    imageFileName As String _
)
void Remove(
    string imageFileName
)
void Remove(
    [InAttribute] String^ imageFileName
)
abstract Remove : 
        imageFileName:string -> unit
function Remove(
    imageFileName : String
)

Parameters

  • imageFileName
    Type: System.String

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

.NET Framework Security

See Also

Reference

INetFwAuthorizedApplications Interface

Microsoft.TeamFoundation.Common Namespace