INetFwRules.Item Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Function Item ( _
Name As String _
) As INetFwRule
INetFwRule Item(
string Name
)
INetFwRule^ Item(
[InAttribute] String^ Name
)
abstract Item :
Name:string -> INetFwRule
function Item(
Name : String
) : INetFwRule
Parameters
- Name
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Build.Common.INetFwRule
.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.