Adds the specified application to this collection.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Sub Add ( _
    app As INetFwAuthorizedApplication _
)
void Add(
    INetFwAuthorizedApplication app
)
void Add(
    [InAttribute] INetFwAuthorizedApplication^ app
)
abstract Add : 
        app:INetFwAuthorizedApplication -> unit
function Add(
    app : INetFwAuthorizedApplication
)
Parameters
- app 
 Type: Microsoft.TeamFoundation.Common.INetFwAuthorizedApplication- The INetFwAuthorizedApplication to add to 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.