INetFwRules.Add Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Sub Add ( _
rule As INetFwRule _
)
void Add(
INetFwRule rule
)
void Add(
[InAttribute] INetFwRule^ rule
)
abstract Add :
rule:INetFwRule -> unit
function Add(
rule : INetFwRule
)
Parameters
.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.